Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc76 void SwapInputs() { in SwapInputs() function in v8::internal::compiler::JSBinopReduction
300 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
307 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()
338 r.SwapInputs(); // a > b => b < a in ReduceJSComparison()
345 r.SwapInputs(); // a >= b => b <= a in ReduceJSComparison()