Searched refs:SparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance
44 struct SparseBitVectorElement struct45 : public ilist_node<SparseBitVectorElement<ElementSize> > {59 friend struct ilist_sentinel_traits<SparseBitVectorElement>; argument60 SparseBitVectorElement() {66 explicit SparseBitVectorElement(unsigned Idx) {72 bool operator==(const SparseBitVectorElement &RHS) const {81 bool operator!=(const SparseBitVectorElement &RHS) const {184 bool unionWith(const SparseBitVectorElement &RHS) {197 bool intersects(const SparseBitVectorElement &RHS) const {207 bool intersectWith(const SparseBitVectorElement &RHS,[all …]