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
ValueAggregate value to insert
elementValue
intoelementValue
ValueValue to insert into
aggValue
index
uintIndex to insert the value into