Method IntCast
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
IntCast(Value, ITypeRef, bool)
Creates an integer cast instruction
public Value IntCast(Value valueRef, ITypeRef targetType, bool isSigned)
Parameters
valueRef
ValueOperand for the instruction
targetType
ITypeRefTarget type for the instruction
isSigned
boolFlag to indicate if the cast is signed or unsigned