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