Searched refs:vtrue_type (Results 1 – 1 of 1) sorted by relevance
633 Type const vtrue_type = NodeProperties::GetType(vtrue); in ReduceSelect() local644 if (vtrue_type.Is(true_type_) && vfalse_type.Is(false_type_)) { in ReduceSelect()648 if (vtrue_type.Is(false_type_) && vfalse_type.Is(true_type_)) { in ReduceSelect()656 Type type = Type::Union(vtrue_type, vfalse_type, graph()->zone()); in ReduceSelect()