Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1828 auto *HighAR = cast<SCEVAddRecExpr>(High); in expandBounds() local
1833 if (Recur == HighAR->getStepRecurrence(SE) && in expandBounds()
1834 HighAR->getLoop() == OuterLoop && LowAR->getLoop() == OuterLoop) { in expandBounds()
1849 SE.applyLoopGuards(Recur, HighAR->getLoop()))) { in expandBounds()