Searched refs:bounded_type (Results 1 – 1 of 1) sorted by relevance
1461 Type* bounded_type = Type::Intersect(computed_type_, expected_type_, zone()); in IntersectResult() local1462 expr->set_bounds(Bounds(bounded_type)); in IntersectResult()1471 Type* bounded_type = Type::Intersect(computed_type_, expected_type_, zone()); in VisitWithExpectation() local1472 if (bounded_type->Is(Type::None(zone()))) { in VisitWithExpectation()