Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4494 const SCEV *ScaledS = F.ScaledReg; in Expand() local
4498 ScaledS = TransformForPostIncUse(Denormalize, ScaledS, in Expand()
4506 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, &*IP))); in Expand()
4513 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr, &*IP); in Expand()
4527 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, &*IP)); in Expand()
4529 ScaledS = in Expand()
4530 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()
4531 Ops.push_back(ScaledS); in Expand()