Home
last modified time | relevance | path

Searched refs:left_upper (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc1576 Type left_upper = GetUpperBound(node->InputAt(0)); in VisitSpeculativeIntegerAdditiveOp() local
1579 if (left_upper.Is(type_cache_->kAdditiveSafeIntegerOrMinusZero) && in VisitSpeculativeIntegerAdditiveOp()
1625 if (left_upper.Is(left_constraint_type) && in VisitSpeculativeIntegerAdditiveOp()
1627 (left_upper.Is(Type::Signed32()) || right_upper.Is(Type::Signed32()))) { in VisitSpeculativeIntegerAdditiveOp()

Completed in 8 milliseconds