Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance
266 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local270 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()272 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()273 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()280 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()289 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()