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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp616 const SCEV *BECountSC = SE->getExitCount(L, Latch); local
617 if (isa<SCEVCouldNotCompute>(BECountSC) ||
618 !BECountSC->getType()->isIntegerTy()) {
623 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth();
627 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1));
715 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),

Completed in 106 milliseconds