Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance
405 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local409 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()411 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()412 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()419 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()428 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()