Home
last modified time | relevance | path

Searched refs:BECountSC (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp455 const SCEV *BECountSC = SE->getBackedgeTakenCount(L); in UnrollRuntimeLoopRemainder() local
456 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()