Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h81 Reduction ReduceInt32Div(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc252 return ReduceInt32Div(node); in Reduce()
776 Reduction MachineOperatorReducer::ReduceInt32Div(Node* node) { in ReduceInt32Div() function in v8::internal::compiler::MachineOperatorReducer