Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h286 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
287 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
410 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
411 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
459 Value *getPointerOperand() { in getPointerOperand() function
462 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/Scalar/
DEarlyCSE.cpp464 Value *getPointerOperand() const { in getPointerOperand() function in __anonc2cac6ee0311::EarlyCSE::ParseMemoryInst
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1834 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anonbfca19570111::BoUpSLP