Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5699 const SCEV *ScaledS = F.ScaledReg; in Expand() local
5703 ScaledS = denormalizeForPostIncUse(ScaledS, Loops, SE); in Expand()
5709 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr))); in Expand()
5716 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr); in Expand()
5730 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr)); in Expand()
5732 ScaledS = in Expand()
5733 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()
5734 Ops.push_back(ScaledS); in Expand()