Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h274 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
275 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
400 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
401 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h388 Value *getPointerOperand() { in getPointerOperand() function
391 const Value *getPointerOperand() const { in getPointerOperand() function
460 Value *getPointerOperand() { in getPointerOperand() function
463 const Value *getPointerOperand() const { in getPointerOperand() function
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h266 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
267 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
401 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
402 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h487 Value *getPointerOperand() { in getPointerOperand() function
490 const Value *getPointerOperand() const { in getPointerOperand() function
579 Value *getPointerOperand() { in getPointerOperand() function
582 const Value *getPointerOperand() const { in getPointerOperand() function
622 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
624 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h295 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
296 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
429 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
430 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h487 Value *getPointerOperand() { in getPointerOperand() function
490 const Value *getPointerOperand() const { in getPointerOperand() function
565 Value *getPointerOperand() { in getPointerOperand() function
568 const Value *getPointerOperand() const { in getPointerOperand() function
/external/llvm/lib/Analysis/
DDelinearization.cpp72 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
DLoopAccessAnalysis.cpp978 static Value *getPointerOperand(Value *I) { in getPointerOperand() function
DDependenceAnalysis.cpp647 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h239 llvm::Value *getPointerOperand() const { in getPointerOperand() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp455 Value *getPointerOperand() const { in getPointerOperand() function in __anone097c8540311::EarlyCSE::ParseMemoryInst
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp209 Value *Vectorizer::getPointerOperand(Value *I) { in getPointerOperand() function in Vectorizer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp713 Value *getPointerOperand() const { in getPointerOperand() function in __anon981229b60311::EarlyCSE::ParseMemoryInst
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp758 Value *getPointerOperand() const { in getPointerOperand() function in __anonc1abad420311::EarlyCSE::ParseMemoryInst
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp156 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function