InstructionElementPtrValue

Functions in this group only apply to instructions that map to llvm::GetElementPtrInst instances.

Alias This

value

Members

Functions

asInstr
auto asInstr()
Undocumented in source. Be warned that the author may not have intended to support it.
asValue
auto asValue()
Undocumented in source. Be warned that the author may not have intended to support it.
isInBounds
bool isInBounds()

Check whether the given GEP instruction is inbounds.

setInBounds
void setInBounds(bool onoff)

Set the given GEP instruction to be inbounds or not.

Variables

value
LxInstructionElementPtrValue value;
Undocumented in source.

Meta