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

References

include/llvm/ADT/iterator_range.h
   47   bool empty() const { return begin_iterator == end_iterator; }
include/llvm/IR/CFG.h
   70   inline bool operator==(const Self& x) const { return It == x.It; }
include/llvm/IR/Value.h
  175     bool operator!=(const user_iterator_impl &x) const { return !operator==(x); }
  178     bool atEnd() const { return *this == user_iterator_impl(); }
lib/CodeGen/CodeGenPrepare.cpp
 6854       }) == GEPI->users().end())
 6917       }) == GEPIOp->users().end() && "GEPIOp is used outside SrcBlock");
lib/IR/Constants.cpp
  591     if (LastNonDeadUser == E)
lib/Transforms/Scalar/IndVarSimplify.cpp
  335   if (IncrUse == Incr->user_end()) return false;
lib/Transforms/Utils/Local.cpp
  507   if (UI == UE)
lib/Transforms/Utils/PredicateInfo.cpp
  762     assert(F->user_begin() == F->user_end() &&
usr/include/c++/7.4.0/bits/stl_algo.h
  509     { return __last == std::find_if_not(__first, __last, __pred); }
  526     { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {