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

References

include/llvm/Analysis/ScalarEvolutionExpressions.h
  193       return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr ||
  193       return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr ||
  194              S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr ||
  194              S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr ||
  195              S->getSCEVType() == scSMinExpr || S->getSCEVType() == scUMinExpr ||
  195              S->getSCEVType() == scSMinExpr || S->getSCEVType() == scUMinExpr ||
  196              S->getSCEVType() == scAddRecExpr;