Table of Contents

Method InsertValue

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

InsertValue(Value, Value, uint)

Builds an InsertValue instruction

public Value InsertValue(Value aggValue, Value elementValue, uint index)

Parameters

aggValue Value

Aggregate value to insert elementValue into

elementValue Value

Value to insert into aggValue

index uint

Index to insert the value into

Returns

Value

Instruction as a Value