Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 12 of 12) 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-7.0/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
402 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
403 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h460 Value *getPointerOperand() { in getPointerOperand() function
463 const Value *getPointerOperand() const { in getPointerOperand() function
538 Value *getPointerOperand() { in getPointerOperand() function
541 const Value *getPointerOperand() const { in getPointerOperand() function
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h223 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
224 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
346 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
347 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h252 Value *getPointerOperand() { in getPointerOperand() function
255 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 __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp209 Value *Vectorizer::getPointerOperand(Value *I) { in getPointerOperand() function in Vectorizer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp559 Value *getPointerOperand() const { in getPointerOperand() function in __anon5b5b35a50311::EarlyCSE::ParseMemoryInst