Searched defs:getPointerOperand (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Instructions.h | 253 Value *getPointerOperand() { return getOperand(0); } getPointerOperand() function |
/llvm-project/polly/include/polly/Support/ | ||
H A D | ScopHelper.h | 245 llvm::Value *getPointerOperand() const { getPointerOperand() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | EarlyCSE.cpp | 911 Value *getPointerOperand() const { getPointerOperand() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst |
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | AttributorAttributes.cpp | 269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function |