Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h253 Value *getPointerOperand() { return getOperand(0); } getPointerOperand() function
254 const Value *getPointerOperand() const { return getOperand(0); } getPointerOperand() function
377 Value *getPointerOperand() { return getOperand(1); } getPointerOperand() function
378 const Value *getPointerOperand() const { return getOperand(1); } getPointerOperand() function
[all...]
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h245 llvm::Value *getPointerOperand() const { getPointerOperand() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp911 Value *getPointerOperand() const { getPointerOperand() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function
[all...]