Table of Contents

Method SignExtendOrBitCast

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

SignExtendOrBitCast(Value, ITypeRef)

Creates a sign extend or bit cast instruction

public Value SignExtendOrBitCast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value