Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h97 Reduction ReduceWord32Xor(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc155 return ReduceWord32Xor(node); in Reduce()
1318 Reduction MachineOperatorReducer::ReduceWord32Xor(Node* node) { in ReduceWord32Xor() function in v8::internal::compiler::MachineOperatorReducer