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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4311 const SCEV *ScaledS = F.ScaledReg; local
4315 ScaledS = TransformForPostIncUse(Denormalize, ScaledS,
4325 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, 0, IP);
4336 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, 0, IP));
4337 ScaledS = SE.getMulExpr(ScaledS,
4338 SE.getConstant(ScaledS->getType(), F.AM.Scale));
4339 Ops.push_back(ScaledS);
[all...]

Completed in 47 milliseconds