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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h123 /// getIVIncOperand - Return the induction variable increment's IV operand.
124 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
/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 347 milliseconds