Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsBitset

71   if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
88 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
110 if (IsBitset(type)) {
128 if (IsBitset(type)) return type->AsBitset();
507 if (that->IsBitset()) {
511 if (this->IsBitset()) {
563 if (this->IsBitset() && that->IsBitset()) return true;
569 if (that->IsBitset()) {
583 if (this->IsBitset() || that->IsBitset()) return true;
609 DCHECK(this->Get(0)->IsBitset()); // (2a)
612 if (i != 0) DCHECK(!this->Get(i)->IsBitset()); // (2b)
635 if (type1->IsBitset() && type2->IsBitset()) {
747 if (rhs->IsBitset()) {
768 if (lhs->IsBitset() || rhs->IsBitset()) {
769 return AddToUnion(lhs->IsBitset() ? rhs : lhs, result, size, zone);
849 if (type1->IsBitset() && type2->IsBitset()) {
902 if (type->IsBitset() || type->IsRange()) return size;
919 DCHECK(unioned->Get(0)->IsBitset());
1004 if (this->IsBitset()) {