Table of Contents

Class GetElementPtr

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

Instruction to compute the address of a sub element of an aggregate data type

public sealed class GetElementPtr : Instruction, IEquatable<Value>
Inheritance
GetElementPtr
Implements
Inherited Members
Extension Methods

Properties

Base

Gets the base of the GEP instruction

IndexValues

Gets the index values for the GEP instruction

See Also