Searched refs:BitsetLub (Results 1 – 3 of 3) sorted by relevance
143 bitset |= type->AsUnion()->Get(i)->BitsetLub(); in Lub()153 if (type->IsRange()) return type->AsRange()->BitsetLub(); in Lub()438 return BitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()525 if (!BitsetType::IsInhabited(this->BitsetLub() & that->BitsetLub())) in Maybe()698 if (!BitsetType::IsInhabited(lhs->BitsetLub() & rhs->BitsetLub())) { in IntersectAux()1089 BitsetType::Print(os, REPRESENTATION(this->BitsetLub())); in PrintTo()
388 bool IsInhabited() { return BitsetType::IsInhabited(this->BitsetLub()); } in IsInhabited()517 bitset BitsetLub() { return BitsetType::Lub(this); } in BitsetLub() function775 int BitsetLub() { return this->Get(0)->AsBitset(); } in BitsetLub() function
840 void BitsetLub() { in BitsetLub() function2022 TEST(BitsetLub) { in TEST() argument2024 ZoneTests().BitsetLub(); in TEST()2025 HeapTests().BitsetLub(); in TEST()