Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h416 Value *getPointerOperand() { in getPointerOperand() function
419 const Value *getPointerOperand() const { in getPointerOperand() function
519 Value *getPointerOperand() { in getPointerOperand() function
522 const Value *getPointerOperand() const { in getPointerOperand() function
562 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
564 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
H A DInstructions.h261 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
262 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
390 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
391 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h244 llvm::Value *getPointerOperand() const { in getPointerOperand() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp773 Value *getPointerOperand() const { in getPointerOperand() function in __anon5cb5eb3b0311::EarlyCSE::ParseMemoryInst
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp239 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function