Method SignExtendOrBitCast
SignExtendOrBitCast(Value, ITypeRef)
Creates a sign extend or bit cast instruction
Declaration
public Value SignExtendOrBitCast(Value valueRef, ITypeRef targetType)
Parameters
public Value SignExtendOrBitCast(Value valueRef, ITypeRef targetType)
Value | valueRef | Operand for the instruction |
ITypeRef | targetType | Target type for the instruction |
Returns
Value | Result Value |