Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h255 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
256 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
377 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
378 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
H A DOperator.h388 Value *getPointerOperand() { in getPointerOperand() function
391 const Value *getPointerOperand() const { in getPointerOperand() function
486 Value *getPointerOperand() { in getPointerOperand() function
489 const Value *getPointerOperand() const { in getPointerOperand() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDelinearization.cpp73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
H A DDependenceAnalysis.cpp654 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1834 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anon6868a6e70111::BoUpSLP