Table of Contents

Method Trunc

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

Trunc(Value, ITypeRef)

Creates a trunc instruction

public Value Trunc(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value