Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 10 of 10) 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/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/lib/Transforms/Scalar/
DEarlyCSE.cpp455 Value *getPointerOperand() const { in getPointerOperand() function in __anon584f59f20311::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 __anon860192d40311::EarlyCSE::ParseMemoryInst