Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h240 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
241 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
363 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
364 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h386 Value *getPointerOperand() { in getPointerOperand() function
389 const Value *getPointerOperand() const { in getPointerOperand() function
486 Value *getPointerOperand() { in getPointerOperand() function
489 const Value *getPointerOperand() const { in getPointerOperand() function
/external/llvm/lib/Analysis/
DDelinearization.cpp73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
DDependenceAnalysis.cpp655 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1431 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anon08d78bad0111::BoUpSLP