Table of Contents

Method FPToSICast

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

FPToSICast(Value, ITypeRef)

Creates a floating point to signed integer cast instruction

public Value FPToSICast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value