Home | History | Annotate | Download | only in compiler

Lines Matching refs:bound_type

716       Type* bound_type = TypeOrNone(bound.bound);
718 if (!bound_type->Is(typer_->cache_.kInteger)) continue;
720 if (!bound_type->IsInhabited()) {
724 double bound_max = bound_type->Max();
736 Type* bound_type = TypeOrNone(bound.bound);
738 if (!bound_type->Is(typer_->cache_.kInteger)) continue;
740 if (!bound_type->IsInhabited()) {
744 double bound_min = bound_type->Min();