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

References

lib/Analysis/ScalarEvolution.cpp
 2345       Type == scAddExpr || Type == scAddRecExpr || Type == scMulExpr;
 2345       Type == scAddExpr || Type == scAddRecExpr || Type == scMulExpr;
 2345       Type == scAddExpr || Type == scAddRecExpr || Type == scMulExpr;
 2365       (Type == scAddExpr || Type == scMulExpr) && Ops.size() == 2 &&
 2365       (Type == scAddExpr || Type == scMulExpr) && Ops.size() == 2 &&
 2369       switch (Type) {