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