Searched refs:StepR (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionDivision.cpp | 130 const SCEV *StartQ, *StartR, *StepQ, *StepR; in visitAddRecExpr() local 134 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR); in visitAddRecExpr() 138 Ty != StepQ->getType() || Ty != StepR->getType()) in visitAddRecExpr() 142 Remainder = SE.getAddRecExpr(StartR, StepR, Numerator->getLoop(), in visitAddRecExpr()
|