Click or drag to resize
Llvm.NET LogoConstantAllOnesValueFor Method

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

Creates a constant instance of typeRef with all bits in the instance set to 1

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static Constant AllOnesValueFor(
	ITypeRef typeRef
)

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
Type of value to create

Return Value

Type: Constant
Constant for the type with all instance bits set to 1
See Also