Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp191 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
201 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L || in countToEliminateCompares()
202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
219 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()