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
valueRefValueOperand for the instruction
targetTypeITypeRefTarget type for the instruction
isSignedboolFlag to indicate if the cast is signed or unsigned