Table of Contents

Method AddressSpaceCast

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

AddressSpaceCast(Value, ITypeRef)

Creates an address cast instruction

public Value AddressSpaceCast(Value valueRef, ITypeRef targetType)

Parameters

valueRef Value

Value to convert

targetType ITypeRef

Target type (with new address space)

Returns

Value

Instruction doing conversion as a Value