Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5361 const SCEV *ScaledS = F.ScaledReg; in Expand() local
5365 ScaledS = denormalizeForPostIncUse(ScaledS, Loops, SE); in Expand()
5371 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr))); in Expand()
5378 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr); in Expand()
5392 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr)); in Expand()
5394 ScaledS = in Expand()
5395 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()
5396 Ops.push_back(ScaledS); in Expand()