Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isSubsetOf

230   /// isSubsetOf - Test whether this class is a subset of \arg RHS;
231 bool isSubsetOf(const ClassInfo &RHS) const {
239 if ((*it)->isSubsetOf(RHS))
260 if (isSubsetOf(RHS))
262 if (RHS.isSubsetOf(*this))
1768 if (&A != &B && A.isSubsetOf(B))