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

References

include/llvm/ADT/SparseBitVector.h
  752     while (Iter2 != RHS.Elements.end()) {
  756       if (Iter1->index() > Iter2->index()) {
  757         ++Iter2;
  758       } else if (Iter1->index() == Iter2->index()) {
  759         if (Iter1->intersects(*Iter2))
  762         ++Iter2;