Click or drag to resize
Llvm.NET LogoContextCreateConstant Method (Int64)

[This is preliminary documentation and is subject to change.]

Creates a new ConstantInt with a bit length of 64

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Constant CreateConstant(
	long constValue
)

Parameters

constValue
Type: SystemInt64
Value for the constant

Return Value

Type: Constant
ConstantInt representing the value
See Also