Searched refs:getIVIncOperand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 182 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 190 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 859 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() function in SCEVExpander 942 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() 966 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(), in isExpandedAddRecExprPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 915 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() function in SCEVExpander 998 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() 1022 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(), in isExpandedAddRecExprPHI()
|