Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h78 Reduction ReduceInt32Sub(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc95 Reduction const reduction = ReduceInt32Sub(node); in Int32Sub()
212 return ReduceInt32Sub(node); in Reduce()
716 Reduction const reduction = ReduceInt32Sub(node); in ReduceInt32Add()
725 Reduction const reduction = ReduceInt32Sub(node); in ReduceInt32Add()
743 Reduction MachineOperatorReducer::ReduceInt32Sub(Node* node) { in ReduceInt32Sub() function in v8::internal::compiler::MachineOperatorReducer
1127 Reduction const reduction = ReduceInt32Sub(node); in ReduceWord32Sar()