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

References

include/llvm/CodeGen/ScheduleDAG.h
  466     if (Dep != Other.Dep)
include/llvm/CodeGen/SlotIndexes.h
  170       return lie != other.lie;
include/llvm/IR/CallSite.h
  685   bool operator!=(const CallSite &CS) const { return I != CS.I; }
lib/Analysis/MemoryDependenceAnalysis.cpp
 1741       assert(P != ValueIsLoadPair(D, false) && P != ValueIsLoadPair(D, true) &&
 1741       assert(P != ValueIsLoadPair(D, false) && P != ValueIsLoadPair(D, true) &&
tools/clang/include/clang/AST/Type.h
  973     return LHS.Value != RHS.Value;
tools/clang/include/clang/Analysis/ProgramPoint.h
  203            Data2 != RHS.Data2 ||
  204            L != RHS.L ||
  205            Tag != RHS.Tag;
tools/clang/include/clang/Lex/ModuleMap.h
  161       return A.Storage != B.Storage;
tools/clang/lib/AST/ExprConstant.cpp
 3468       if (A.Entries[I].getAsBaseOrMember() !=
unittests/Analysis/SparsePropagation.cpp
   80     return LatticeVal != RHS.LatticeVal;