Return the pointer operand of a load or store, or null if V is neither.
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...
The pointer operand of a load or store, or null if V is neither.
| Name | Description |
|---|---|
| V | The instruction to inspect. |