Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtype-cache.h85 Type const kSafeInteger = CreateRange(-kMaxSafeInteger, kMaxSafeInteger); variable
89 Type::Union(kSafeInteger, Type::MinusZero(), zone());
Drepresentation-change.cc306 } else if (output_type.Is(cache_->kSafeInteger)) { in GetTaggedSignedRepresentationFor()
455 if (output_type.Is(cache_->kSafeInteger)) { in GetTaggedPointerRepresentationFor()
578 } else if (output_type.Is(cache_->kSafeInteger)) { in GetTaggedRepresentationFor()
679 if (output_type.Is(cache_->kSafeInteger)) { in GetFloat32RepresentationFor()
800 if (output_type.Is(cache_->kSafeInteger)) { in GetFloat64RepresentationFor()
983 (output_type.Is(cache_->kSafeInteger) && in GetWord32RepresentationFor()
991 } else if (output_type.Is(cache_->kSafeInteger)) { in GetWord32RepresentationFor()
Dsimplified-lowering.cc1305 DCHECK(type.Is(TypeCache::Get()->kSafeInteger)); in DeoptMachineTypeOf()
2397 BothInputsAre(node, type_cache_->kSafeInteger) && in VisitNode()
2398 GetUpperBound(node).Is(type_cache_->kSafeInteger)) { in VisitNode()
2815 lhs_type.Is(type_cache_->kSafeInteger) && in VisitNode()
2816 rhs_type.Is(type_cache_->kSafeInteger)) { in VisitNode()
2873 lhs_type.Is(type_cache_->kSafeInteger) && in VisitNode()
2874 rhs_type.Is(type_cache_->kSafeInteger)) { in VisitNode()
3671 if (input_type.Is(type_cache_->kSafeInteger)) { in VisitNode()
3699 if (input_type.Is(type_cache_->kSafeInteger)) { in VisitNode()
3725 if (input_type.Is(type_cache_->kSafeInteger)) { in VisitNode()
Djs-typed-lowering.cc2326 if (value_type.Is(type_cache_->kSafeInteger) && in ReduceJSParseInt()