Searched refs:bound_type (Results 1 – 2 of 2) sorted by relevance
796 Type bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local798 if (!bound_type.Is(typer_->cache_.kInteger)) continue; in TypeInductionVariablePhi()800 if (bound_type.IsNone()) { in TypeInductionVariablePhi()804 double bound_max = bound_type.Max(); in TypeInductionVariablePhi()816 Type bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local818 if (!bound_type.Is(typer_->cache_.kInteger)) continue; in TypeInductionVariablePhi()820 if (bound_type.IsNone()) { in TypeInductionVariablePhi()824 double bound_min = bound_type.Min(); in TypeInductionVariablePhi()
4066 const glsl_type *val_type, const glsl_type *bound_type) in _clamp() argument4069 ir_variable *minVal = in_var(bound_type, "minVal"); in _clamp()4070 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp()