Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance
364 const SCEVAddRecExpr *LeftAR, in shouldPeelLastIteration() argument380 const SCEV *ValAtLastIter = LeftAR->evaluateAtIteration(BTC, SE); in shouldPeelLastIteration()381 const SCEV *ValAtSecondToLastIter = LeftAR->evaluateAtIteration( in shouldPeelLastIteration()464 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local468 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()470 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()471 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()478 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()487 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()490 if (shouldPeelLastIteration(L, Pred, LeftAR, RightSCEV, SE, TTI)) in countToEliminateCompares()