InstructionElementPtrValue

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

struct InstructionElementPtrValue {
LxInstructionElementPtrValue value;
}

Alias This

value

Members

Functions

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.

Meta