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.Ref(broker).BooleanValue() ? Decision::kTrue in DecideCondition()
259 Float32BinopMatcher mcond(cond); in ReducePhi() local
260 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()
270 Float64BinopMatcher mcond(cond); in ReducePhi() local
271 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()
400 Float32BinopMatcher mcond(cond); in ReduceSelect() local
401 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReduceSelect()
[all …]