Home | History | Annotate | Download | only in compiler

Lines Matching refs:AsBitset

58   if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
76 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
99 return AsBitset();
115 if (IsBitset()) return AsBitset();
510 return BitsetType::Is(this->BitsetLub(), that.AsBitset());
514 return BitsetType::Is(this->AsBitset(), that.BitsetGlb());
571 bitset number_bits = BitsetType::NumberBits(that.AsBitset());
621 (BitsetType::NumberBits(this->Get(0).AsBitset()) ==
632 return NewBitset(type1.AsBitset() & type2.AsBitset());
715 RangeType::Limits bitset_lims = ToLimits(bitset.AsBitset(), zone);
843 return NewBitset(type1.AsBitset() | type2.AsBitset());
914 bitset bits = unioned->Get(0).AsBitset();
995 BitsetType::Print(os, this->AsBitset());