Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h84 Reduction ReduceInt32Add(Node* node);
H A Dmachine-operator-reducer.cc78 Reduction ReduceIntNAdd(Node* node) { return r_->ReduceInt32Add(node); } in ReduceIntNAdd()
234 Reduction const reduction = ReduceInt32Add(node); in Int32Add()
371 return ReduceInt32Add(node); in Reduce()
982 Reduction MachineOperatorReducer::ReduceInt32Add(Node* node) { in ReduceInt32Add() function in v8::internal::compiler::MachineOperatorReducer
1058 return Changed(node).FollowedBy(ReduceInt32Add(node)); in ReduceInt32Sub()

Completed in 4 milliseconds