Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.h243 static bitset Glb(Type* type); // greatest lower bound that's a bitset
244 static bitset Glb(double min, double max);
643 bitset BitsetGlb() { return BitsetType::Glb(this); } in BitsetGlb()
Dtypes.cc107 Type::bitset BitsetType::Glb(Type* type) { in Glb() function in v8::internal::compiler::BitsetType
118 BitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max()); in Glb()
398 Type::bitset BitsetType::Glb(double min, double max) { in Glb() function in v8::internal::compiler::BitsetType
/external/v8/src/ast/
Dast-types.h315 static bitset Glb(AstType* type); // greatest lower bound that's a bitset
316 static bitset Glb(double min, double max);
928 bitset BitsetGlb() { return AstBitsetType::Glb(this); } in BitsetGlb()
Dast-types.cc110 AstType::bitset AstBitsetType::Glb(AstType* type) { in Glb() function in v8::internal::AstBitsetType
121 AstBitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max())); in Glb()
395 AstType::bitset AstBitsetType::Glb(double min, double max) { in Glb() function in v8::internal::AstBitsetType