llvm::getLoadStorePointerOperand

Return the pointer operand of a load or store, or null if V is neither.

Synopses

Declared in <llvm/IR/Instructions.h>

Return the pointer operand of a load or store, or null if V is neither.

Value*
getLoadStorePointerOperand(Value* V);
» more...

Return the pointer operand of a load or store, or null if V is neither.

Value const*
getLoadStorePointerOperand(Value const* V);
» more...

Return Value

The pointer operand of a load or store, or null if V is neither.

Parameters

NameDescription
VThe instruction to inspect.