Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Intersect

1095 /// Intersect - Is set intersection non-empty?
1096 bool Intersect (const StringSet<>& S1, const StringSet<>& S2) {
1130 if (!Intersect(IA->second, IB->second)) {