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

References

lib/Transforms/Scalar/NewGVN.cpp
  332   const Expression *getDefiningExpr() const { return DefiningExpr; }
  382     if (DefiningExpr != Other->DefiningExpr)
  382     if (DefiningExpr != Other->DefiningExpr)
  383       if (!DefiningExpr || !Other->DefiningExpr ||
  383       if (!DefiningExpr || !Other->DefiningExpr ||
  384           *DefiningExpr != *Other->DefiningExpr)
  384           *DefiningExpr != *Other->DefiningExpr)