Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc88 Reduction const reduction = ReduceInt32Add(node); in Int32Add()
208 return ReduceInt32Add(node); in Reduce()
699 Reduction MachineOperatorReducer::ReduceInt32Add(Node* node) { in ReduceInt32Add() function in v8::internal::compiler::MachineOperatorReducer
752 Reduction const reduction = ReduceInt32Add(node); in ReduceInt32Sub()
1191 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1202 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1214 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1226 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
1238 Reduction const reduction = ReduceInt32Add(node); in ReduceWord32And()
Dmachine-operator-reducer.h77 Reduction ReduceInt32Add(Node* node); in NON_EXPORTED_BASE()