![]() | InstructionBuilderGetStructElementPointer Method |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.Instructions
public Value GetStructElementPointer( Value pointer, uint index )
Value for the member access. This is a Value as LLVM may optimize the expression to a ConstantExpression if it can so the actual type of the result may be ConstantExpression or GetElementPtr.
Note that pointer must be a pointer to a structure or an exception is thrown.