Home
last modified time | relevance | path

Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()