ΒΆinline const llvm::Value* getPointerOperand(
const llvm::Value* V)
inline const llvm::Value* getPointerOperand(
const llvm::Value* V)
Description
A helper function that returns the pointer operand of a load, store or GEP instruction. Returns nullptr if not load, store, or GEP.
Declared at: llvm/include/llvm/IR/Instructions.h:5274
Parameters
- const llvm::Value* V