Searched defs:getIVIncOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp883 /// getIVIncOperand returns an induction variable increment's induction
892 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, function in class:SCEVExpander
956 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true);
980 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(),

Completed in 302 milliseconds