Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h260 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
261 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
382 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
383 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
491 Value *getPointerOperand() { in getPointerOperand() function
494 const Value *getPointerOperand() const { in getPointerOperand() function
/external/llvm/lib/Analysis/
DDelinearization.cpp73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
DDependenceAnalysis.cpp652 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1777 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anon0c7d64760111::BoUpSLP