Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc71 if (this->IsBitset()) return BitsetType::Min(this->AsBitset()); in Min()
88 if (this->IsBitset()) return BitsetType::Max(this->AsBitset()); in Max()
111 return type->AsBitset(); in Glb()
128 if (IsBitset(type)) return type->AsBitset(); in Lub()
508 return BitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()
512 return BitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()
570 bitset number_bits = BitsetType::NumberBits(that->AsBitset()); in Maybe()
620 (BitsetType::NumberBits(this->Get(0)->AsBitset()) == in Wellformed()
636 return BitsetType::New(type1->AsBitset() & type2->AsBitset()); in Intersect()
721 RangeType::Limits bitset_lims = ToLimits(bitset->AsBitset(), zone); in IntersectRangeAndBitset()
[all …]
Dtypes.h619 bitset AsBitsetForTesting() { return AsBitset(); } in AsBitsetForTesting()
637 bitset AsBitset() { in AsBitset() function
/external/v8/src/ast/
Dast-types.cc76 if (this->IsBitset()) return AstBitsetType::Min(this->AsBitset()); in Min()
92 if (this->IsBitset()) return AstBitsetType::Max(this->AsBitset()); in Max()
114 return type->AsBitset(); in Glb()
131 if (IsBitset(type)) return type->AsBitset(); in Lub()
507 return AstBitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()
511 return AstBitsetType::Is(this->AsBitset(), that->BitsetGlb()); in SlowIs()
532 return AstBitsetType::Is(AST_SEMANTIC(this->BitsetLub()), that->AsBitset()); in SemanticIs()
535 return AstBitsetType::Is(AST_SEMANTIC(this->AsBitset()), that->BitsetGlb()); in SemanticIs()
657 bitset number_bits = AstBitsetType::NumberBits(that->AsBitset()); in SemanticMaybe()
720 (AstBitsetType::NumberBits(this->Get(0)->AsBitset()) == in Wellformed()
[all …]
Dast-types.h897 bitset AsBitsetForTesting() { return AsBitset(); } in AsBitsetForTesting()
917 bitset AsBitset() { in AsBitset() function