HomeSort by relevance Sort by last modified time
    Searched refs:BitsetGlb (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
types.cc 95 Type::bitset Type::BitsetGlb() const {
102 return AsUnion()->Get(0).BitsetGlb() |
103 AsUnion()->Get(1).BitsetGlb(); // Shortcut.
514 return BitsetType::Is(this->AsBitset(), that.BitsetGlb());
653 bitset bits = type1.BitsetGlb() & type2.BitsetGlb();
864 bitset new_bitset = type1.BitsetGlb() | type2.BitsetGlb();
    [all...]
types.h 439 Type BitsetGlbForTesting() { return NewBitset(BitsetGlb()); }
476 bitset BitsetGlb() const; // greatest lower bound that's a bitset

Completed in 69 milliseconds