Searched refs:SparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance
44 struct SparseBitVectorElement struct45 : public ilist_node<SparseBitVectorElement<ElementSize> > {60 friend struct ilist_sentinel_traits<SparseBitVectorElement>; argument61 SparseBitVectorElement() {67 explicit SparseBitVectorElement(unsigned Idx) {73 bool operator==(const SparseBitVectorElement &RHS) const {82 bool operator!=(const SparseBitVectorElement &RHS) const {165 bool unionWith(const SparseBitVectorElement &RHS) {178 bool intersects(const SparseBitVectorElement &RHS) const {188 bool intersectWith(const SparseBitVectorElement &RHS,[all …]