Searched refs:BitsetGlb (Results 1 – 2 of 2) sorted by relevance
95 Type::bitset Type::BitsetGlb() const { in BitsetGlb() function in v8::internal::compiler::Type102 return AsUnion()->Get(0).BitsetGlb() | in BitsetGlb()103 AsUnion()->Get(1).BitsetGlb(); // Shortcut. in BitsetGlb()514 return BitsetType::Is(this->AsBitset(), that.BitsetGlb()); in SlowIs()653 bitset bits = type1.BitsetGlb() & type2.BitsetGlb(); in Intersect()864 bitset new_bitset = type1.BitsetGlb() | type2.BitsetGlb(); in Union()
439 Type BitsetGlbForTesting() { return NewBitset(BitsetGlb()); } in BitsetGlbForTesting()476 bitset BitsetGlb() const; // greatest lower bound that's a bitset