Searched refs:BECountSC (Results 1 – 1 of 1) sorted by relevance
654 const SCEV *BECountSC = SE->getExitCount(L, Latch); in UnrollRuntimeLoopRemainder() local655 if (isa<SCEVCouldNotCompute>(BECountSC)) { in UnrollRuntimeLoopRemainder()660 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth(); in UnrollRuntimeLoopRemainder()665 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1)); in UnrollRuntimeLoopRemainder()784 Expander.expandCodeFor(BECountSC, BECountSC->getType(), PreHeaderBR); in UnrollRuntimeLoopRemainder()