 | ConstantAllOnesValueFor 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
Syntaxpublic static Constant AllOnesValueFor(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
Type of value to create
Return Value
Type:
ConstantConstant for the type with all instance bits set to 1
See Also