Searched refs:HighAR (Results 1 – 1 of 1) sorted by relevance
1828 auto *HighAR = cast<SCEVAddRecExpr>(High); in expandBounds() local1833 if (Recur == HighAR->getStepRecurrence(SE) && in expandBounds()1834 HighAR->getLoop() == OuterLoop && LowAR->getLoop() == OuterLoop) { in expandBounds()1849 SE.applyLoopGuards(Recur, HighAR->getLoop()))) { in expandBounds()