Home
last modified time | relevance | path

Searched refs:AsBitset (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc70 if (this->IsBitset()) return BitsetType::Min(this->AsBitset()); in Min()
87 if (this->IsBitset()) return BitsetType::Max(this->AsBitset()); in Max()
110 return type->AsBitset(); in Glb()
127 if (IsBitset(type)) return type->AsBitset(); in Lub()
493 return BitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()
497 return BitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()
555 bitset number_bits = BitsetType::NumberBits(that->AsBitset()); in Maybe()
605 (BitsetType::NumberBits(this->Get(0)->AsBitset()) == in Wellformed()
621 return BitsetType::New(type1->AsBitset() & type2->AsBitset()); in Intersect()
706 RangeType::Limits bitset_lims = ToLimits(bitset->AsBitset(), zone); in IntersectRangeAndBitset()
[all …]
Dtypes.h600 bitset AsBitsetForTesting() { return AsBitset(); } in AsBitsetForTesting()
618 bitset AsBitset() { in AsBitset() function
/external/v8/src/ast/
Dast-types.cc75 if (this->IsBitset()) return AstBitsetType::Min(this->AsBitset()); in Min()
91 if (this->IsBitset()) return AstBitsetType::Max(this->AsBitset()); in Max()
113 return type->AsBitset(); in Glb()
130 if (IsBitset(type)) return type->AsBitset(); in Lub()
506 return AstBitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()
510 return AstBitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()
531 return AstBitsetType::Is(AST_SEMANTIC(this->BitsetLub()), that->AsBitset()); in SemanticIs()
534 return AstBitsetType::Is(AST_SEMANTIC(this->AsBitset()), that->BitsetGlb()); in SemanticIs()
656 bitset number_bits = AstBitsetType::NumberBits(that->AsBitset()); in SemanticMaybe()
719 (AstBitsetType::NumberBits(this->Get(0)->AsBitset()) == in Wellformed()
[all …]
Dast-types.h904 bitset AsBitsetForTesting() { return AsBitset(); } in AsBitsetForTesting()
924 bitset AsBitset() { in AsBitset() function