Method BitCast
BitCast(Value, ITypeRef)
Creates a bitcast instruction
Declaration
public Value BitCast(Value valueRef, ITypeRef targetType)
Parameters
public Value BitCast(Value valueRef, ITypeRef targetType)
Value | valueRef | Operand for the instruction |
ITypeRef | targetType | Target type for the instruction |
Returns
Value | Result Value |