Searched refs:mcond (Results 1 – 1 of 1) sorted by relevance
25 Int32Matcher mcond(cond); in DecideCondition() local26 return mcond.Value() ? Decision::kTrue : Decision::kFalse; in DecideCondition()29 HeapObjectMatcher mcond(cond); in DecideCondition() local30 return mcond.Ref(broker).BooleanValue() ? Decision::kTrue in DecideCondition()259 Float32BinopMatcher mcond(cond); in ReducePhi() local260 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()270 Float64BinopMatcher mcond(cond); in ReducePhi() local271 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReducePhi()400 Float32BinopMatcher mcond(cond); in ReduceSelect() local401 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) && in ReduceSelect()[all …]