reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1147   const SCEV *Step = AR->getStepRecurrence(SE);
 1148   const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy),
 1148   const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy),
 1149                                             SE.getZeroExtendExpr(AR, WideTy));
 1151     SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy);
 1151     SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy);