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

Declarations

include/llvm/ADT/FoldingSet.h
  341   bool operator==(const FoldingSetNodeIDRef RHS) const;

References

include/llvm/ADT/FoldingSet.h
  344   bool operator!=(const FoldingSetNodeIDRef RHS) const { return !(*this ==RHS);}
include/llvm/Analysis/ScalarEvolution.h
  172     return ID == X.FastID;
  254     return ID == X.FastID;
include/llvm/CodeGen/SelectionDAG.h
  122     return ID == X.FastID;
lib/Support/FoldingSet.cpp
  152   return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size());