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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h121 /// getIVIncOperand - Return the induction variable increment's IV operand.
122 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp892 /// getIVIncOperand returns an induction variable increment's induction
901 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, function in class:SCEVExpander
965 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true);
989 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(),

Completed in 208 milliseconds