Searched defs:Intersection (Results 1 – 5 of 5) sorted by relevance
46 public class Intersection { class
131 MappingTy *Intersection, in DiffStateMachine()429 void diff(self *LExclude, self *Intersection, self *RExclude, in diff()
211 Mapping LExclude, Intersection; in TestDiff() local
1499 std::set<unsigned> Intersection; in computeRegUnitSets() local1583 CodeGenRegister::Set Intersection; in inferCommonSubClass() local
1603 static Mask Intersection(Mask m1, Mask m2) { return Mask(m1.m_ & m2.m_); } in Intersection() function in Mask