Table of Contents

Method SignExtend

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

SignExtend(Value, ITypeRef)

Creates a Sign Extend instruction

public Value SignExtend(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Operand for the instruction

targetType ITypeRef

Target type for the instruction

Returns

Value

Result Value