Searched refs:OuterExitCount (Results 1 – 1 of 1) sorted by relevance
1903 const SCEV *OuterExitCount = SE.getExitCount(OuterLoop, OuterLoopLatch); in expandBounds() local1904 if (!isa<SCEVCouldNotCompute>(OuterExitCount) && in expandBounds()1905 OuterExitCount->getType()->isIntegerTy()) { in expandBounds()1907 cast<SCEVAddRecExpr>(High)->evaluateAtIteration(OuterExitCount, SE); in expandBounds()