Lines Matching defs:MaxIter
11256 const Instruction *CtxI, const SCEV *MaxIter) {
11258 Pred, LHS, RHS, L, CtxI, MaxIter))
11260 if (auto *UMin = dyn_cast<SCEVUMinExpr>(MaxIter))
11265 // among subexpressions of MaxIter expressed as umin.
11276 const Instruction *CtxI, const SCEV *MaxIter) {
11280 // - No overflow will happen during first MaxIter iterations;
11281 // - It will not fail on the MaxIter'th iteration.
11309 // Type mismatch here means that MaxIter is potentially larger than max
11312 if (AR->getType() != MaxIter->getType())
11316 const SCEV *Last = AR->evaluateAtIteration(MaxIter, *this);
11320 // Because step is +/- 1 and MaxIter has same type as Start (i.e. it does