Searched refs:BitsetGlb (Results 1 – 4 of 4) sorted by relevance
113 return type->AsUnion()->Get(0)->BitsetGlb() | in Glb()114 type->AsUnion()->Get(1)->BitsetGlb(); // Shortcut. in Glb()497 return BitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()642 bitset bits = type1->BitsetGlb() & type2->BitsetGlb(); in Intersect()867 bitset new_bitset = type1->BitsetGlb() | type2->BitsetGlb(); in Union()
624 bitset BitsetGlb() { return BitsetType::Glb(this); } in BitsetGlb() function
116 return type->AsUnion()->Get(0)->BitsetGlb() | in Glb()117 AST_SEMANTIC(type->AsUnion()->Get(1)->BitsetGlb()); // Shortcut. in Glb()510 return AstBitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()534 return AstBitsetType::Is(AST_SEMANTIC(this->AsBitset()), that->BitsetGlb()); in SemanticIs()766 AST_SEMANTIC(type1->BitsetGlb() & type2->BitsetGlb()) | representation; in Intersect()980 bitset new_bitset = AST_SEMANTIC(type1->BitsetGlb() | type2->BitsetGlb()); in Union()
935 bitset BitsetGlb() { return AstBitsetType::Glb(this); } in BitsetGlb() function