Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.h91 Reduction ReduceInt32Mod(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc433 return ReduceInt32Mod(node); in Reduce()
1194 Reduction MachineOperatorReducer::ReduceInt32Mod(Node* node) { in ReduceInt32Mod() function in v8::internal::compiler::MachineOperatorReducer