Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator-reducer.cc436 Int32Matcher mswitched(switched_value); in ReduceSwitch() local
437 if (mswitched.HasValue()) { in ReduceSwitch()
448 if (p.value() == mswitched.Value()) { in ReduceSwitch()