Searched refs:vtrue_type (Results 1 – 1 of 1) sorted by relevance
772 Type* vtrue_type = NodeProperties::GetType(vtrue); in ReduceJSToNumberInput() local775 if (vtrue_type->Is(Type::Undefined()) && vfalse_type->Is(Type::Number())) { in ReduceJSToNumberInput()2527 Type* const vtrue_type = NodeProperties::GetType(vtrue); in ReduceSelect() local2538 if (vtrue_type->Is(true_type_) && vfalse_type->Is(false_type_)) { in ReduceSelect()2542 if (vtrue_type->Is(false_type_) && vfalse_type->Is(true_type_)) { in ReduceSelect()