Table of Contents

Method UIToFPCast

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

UIToFPCast(Value, ITypeRef)

Creates an unsigned integer to floating point cast instruction

public Value UIToFPCast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value