Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.cc799 Node* const toNum_lhs = ConvertPlainPrimitiveToNumber(lhs); in ReduceSpeculativeNumberAdd() local
802 graph()->NewNode(simplified()->NumberAdd(), toNum_lhs, toNum_rhs); in ReduceSpeculativeNumberAdd()
867 Node* const toNum_lhs = ConvertPlainPrimitiveToNumber(lhs); in ReduceSpeculativeNumberBinop() local
870 NumberOpFromSpeculativeNumberOp(simplified(), node->op()), toNum_lhs, in ReduceSpeculativeNumberBinop()