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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4574 const SCEV *ScaledS = F.ScaledReg; local
4578 ScaledS = TransformForPostIncUse(Denormalize, ScaledS,
4586 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP)));
4593 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr, IP);
4607 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP));
4609 ScaledS =
4610 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS
[all...]

Completed in 144 milliseconds