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