Table of Contents

Method TruncOrBitCast

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

TruncOrBitCast(Value, ITypeRef)

Creates a trunc or bit cast instruction

public Value TruncOrBitCast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value