Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h92 Reduction ReduceWord32Sar(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc165 return ReduceWord32Sar(node); in Reduce()
1107 Reduction MachineOperatorReducer::ReduceWord32Sar(Node* node) { in ReduceWord32Sar() function in v8::internal::compiler::MachineOperatorReducer