Searched refs:ReduceInt32Add (Results 1 – 2 of 2) sorted by relevance
84 Reduction ReduceInt32Add(Node* node); in NON_EXPORTED_BASE()
78 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::MachineOperatorReducer1058 return Changed(node).FollowedBy(ReduceInt32Add(node)); in ReduceInt32Sub()