Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Result

101     const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap);
109 Result = SE.getMinusSCEV(Result, TransformedStep);
117 assert(S == TransformForPostIncUse(Denormalize, Result,
128 Result = SE.getMinusSCEV(Result, TransformedStep);
132 assert(S == TransformForPostIncUse(Denormalize, Result,
140 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE);
143 return Result;
158 // If any operand actually changed, return a transformed result.