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

References

include/llvm/Analysis/ScalarEvolutionExpressions.h
  210       return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr ||
  210       return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr ||
  211              S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr ||
  211              S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr ||
  212              S->getSCEVType() == scSMinExpr || S->getSCEVType() == scUMinExpr;
  212              S->getSCEVType() == scSMinExpr || S->getSCEVType() == scUMinExpr;