Searched refs:BECountSC (Results 1 – 1 of 1) sorted by relevance
455 const SCEV *BECountSC = SE->getBackedgeTakenCount(L); in UnrollRuntimeLoopRemainder() local456 if (isa<SCEVCouldNotCompute>(BECountSC) || in UnrollRuntimeLoopRemainder()457 !BECountSC->getType()->isIntegerTy()) in UnrollRuntimeLoopRemainder()460 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth(); in UnrollRuntimeLoopRemainder()464 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1)); in UnrollRuntimeLoopRemainder()546 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder()