Searched refs:Intersect (Results 1 – 3 of 3) sorted by relevance
219 BitVector Intersect = A; in getFirstCommonBit() local220 Intersect &= B; in getFirstCommonBit()221 int idx = Intersect.find_first(); in getFirstCommonBit()
67 Range Intersect(const Range &rhs) const { in Intersect() function118 return Intersect(rhs).IsValid(); in DoesIntersect()158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
527 if (std::optional<ConstantRange> Intersect = in widenCondCommon() local531 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()