Home | History | Annotate | Download | only in compiler

Lines Matching defs:bound_type

728       Type* bound_type = TypeOrNone(bound.bound);
730 if (!bound_type->Is(typer_->cache_.kInteger)) continue;
732 if (!bound_type->IsInhabited()) {
736 double bound_max = bound_type->Max();
748 Type* bound_type = TypeOrNone(bound.bound);
750 if (!bound_type->Is(typer_->cache_.kInteger)) continue;
752 if (!bound_type->IsInhabited()) {
756 double bound_min = bound_type->Min();