Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-operator-reducer.cc441 Int32Matcher mswitched(switched_value); in ReduceSwitch() local
442 if (mswitched.HasResolvedValue()) { in ReduceSwitch()
453 if (p.value() == mswitched.ResolvedValue()) { in ReduceSwitch()