Searched refs:vfalse_type (Results 1 – 1 of 1) sorted by relevance
510 Type const vfalse_type = NodeProperties::GetType(vfalse); in ReduceSelect() local519 if (vtrue_type.Is(true_type_) && vfalse_type.Is(false_type_)) { in ReduceSelect()523 if (vtrue_type.Is(false_type_) && vfalse_type.Is(true_type_)) { in ReduceSelect()531 Type type = Type::Union(vtrue_type, vfalse_type, graph()->zone()); in ReduceSelect()