Method GetElementPtr
GetElementPtr(Constant, Constant[])
Creates a constant GetElementPtr expression
Declaration
public static Constant GetElementPtr(Constant value, params Constant[] args)
Parameters
public static Constant GetElementPtr(Constant value, params Constant[] args)
Constant | value | Constant value to get the element pointer for |
Constant[] | args | Pointer index args |
Returns
Constant | GetElementPtr expression |
GetElementPtr(Constant, IEnumerable<Constant>)
Creates a constant GetElementPtr expression
Declaration
public static Constant GetElementPtr(Constant value, IEnumerable<Constant> args)
Parameters
public static Constant GetElementPtr(Constant value, IEnumerable<Constant> args)
Constant | value | Constant value to get the element pointer for |
IEnumerable<Constant> | args | Pointer index args |
Returns
Constant | GetElementPtr expression |