Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h85 Reduction ReduceInt64Add(Node* node);
H A Dmachine-operator-reducer.cc138 Reduction ReduceIntNAdd(Node* node) { return r_->ReduceInt64Add(node); } in ReduceIntNAdd()
373 return ReduceInt64Add(node); in Reduce()
1022 Reduction MachineOperatorReducer::ReduceInt64Add(Node* node) { in ReduceInt64Add() function in v8::internal::compiler::MachineOperatorReducer
1077 return Changed(node).FollowedBy(ReduceInt64Add(node)); in ReduceInt64Sub()

Completed in 4 milliseconds