Searched refs:InnerLoopBECountSC (Results 1 – 1 of 1) sorted by relevance
869 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent() local870 if (isa<SCEVCouldNotCompute>(InnerLoopBECountSC) || in hasIterationCountInvariantInParent()871 !InnerLoopBECountSC->getType()->isIntegerTy()) in hasIterationCountInvariantInParent()876 SE.getLoopDisposition(InnerLoopBECountSC, OuterL); in hasIterationCountInvariantInParent()