Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h88 Reduction ReduceWord64Shl(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc159 return ReduceWord64Shl(node); in Reduce()
1073 Reduction MachineOperatorReducer::ReduceWord64Shl(Node* node) { in ReduceWord64Shl() function in v8::internal::compiler::MachineOperatorReducer