Table of Contents

Method FPToUICast

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

FPToUICast(Value, ITypeRef)

Creates a Floating point to unsigned integer cast instruction

public Value FPToUICast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value