 | InstructionBuilderIntToPointer Method |
[This is preliminary documentation and is subject to change.]
Builds a cast from an integer to a pointer
Namespace:
Llvm.NET.Instructions
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
Remarks
The actual type of value returned depends on
intValue
and is either a
ConstantExpression or an
IntToPointer
instruction. Conversion to a constant expression is performed whenever possible.
See Also