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

References

lib/Analysis/ScalarEvolution.cpp
 2927   if (Depth > MaxArithDepth || hasHugeExpression(Ops))
 2945                                        SCEV::FlagAnyWrap, Depth + 1),
 2947                                        SCEV::FlagAnyWrap, Depth + 1),
 2948                             SCEV::FlagAnyWrap, Depth + 1);
 2977                                          Depth + 1);
 2982             return getAddExpr(NewOps, SCEV::FlagAnyWrap, Depth + 1);
 2988                                           Depth + 1));
 3021       return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1);
 3049       const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1);
 3052                                     SCEV::FlagAnyWrap, Depth + 1));
 3071       return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1);
 3126                                         SCEV::FlagAnyWrap, Depth + 1));
 3131         AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1));
 3146       return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1);