Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc87 Reduction const reduction = ReduceInt32Add(node); in Int32Add()
207 return ReduceInt32Add(node); in Reduce()
673 Reduction MachineOperatorReducer::ReduceInt32Add(Node* node) { in ReduceInt32Add() function in v8::internal::compiler::MachineOperatorReducer
726 Reduction const reduction = ReduceInt32Add(node); in ReduceInt32Sub()
1168 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1179 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1191 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1203 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1215 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
Dmachine-operator-reducer.h75 Reduction ReduceInt32Add(Node* node); in NON_EXPORTED_BASE()