Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h93 Reduction ReduceWord64Sar(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc167 return ReduceWord64Sar(node); in Reduce()
1142 Reduction MachineOperatorReducer::ReduceWord64Sar(Node* node) { in ReduceWord64Sar() function in v8::internal::compiler::MachineOperatorReducer