Searched refs:ScaledS (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4569 const SCEV *ScaledS = F.ScaledReg; in Expand() local 4573 ScaledS = TransformForPostIncUse(Denormalize, ScaledS, in Expand() 4581 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP))); in Expand() 4588 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr, IP); in Expand() 4602 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP)); in Expand() 4604 ScaledS = in Expand() 4605 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand() 4606 Ops.push_back(ScaledS); in Expand()
|