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

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp783 const SCEV *StartQ, *StartR, *StepQ, *StepR; local
787 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR);
791 Ty != StepQ->getType() || Ty != StepR->getType())
795 Remainder = SE.getAddRecExpr(StartR, StepR, Numerator->getLoop(),

Completed in 114 milliseconds