Table of Contents

Method ExtractValue

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

ExtractValue(Value, uint)

Creates an extractvalue instruction

public Value ExtractValue(Value instance, uint index)

Parameters

instance Value

Instance to extract a value from

index uint

index of the element to extract

Returns

Value

Value for the instruction