Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator-reducer.cc25 Int32Matcher mcond(cond); in DecideCondition() local
26 return mcond.Value() ? Decision::kTrue : Decision::kFalse; in DecideCondition()
29 HeapObjectMatcher mcond(cond); in DecideCondition() local
30 return mcond.Value()->BooleanValue() ? Decision::kTrue : Decision::kFalse; in DecideCondition()
247 Float32BinopMatcher mcond(cond); in ReducePhi() local
248 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()
258 Float64BinopMatcher mcond(cond); in ReducePhi() local
259 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()
388 Float32BinopMatcher mcond(cond); in ReduceSelect() local
389 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReduceSelect()
[all …]