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.
Return the pointer operand of a load or store, or null if V is neither.
Value const*
getLoadStorePointerOperand(Value const* V);
Return Value
The pointer operand of a load or store, or null if V is neither.
Parameters
Name |
Description |
V |
The instruction to inspect. |
Created with MrDocs