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.cpp1683 auto *HighAR = cast<SCEVAddRecExpr>(High); in expandBounds() local
1687 if (Recur == HighAR->getStepRecurrence(*Exp.getSE()) && in expandBounds()
1688 HighAR->getLoop() == OuterLoop && LowAR->getLoop() == OuterLoop) { in expandBounds()