Home
last modified time | relevance | path

Searched refs:bound_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtyper.cc728 Type* bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local
730 if (!bound_type->Is(typer_->cache_.kInteger)) continue; in TypeInductionVariablePhi()
732 if (!bound_type->IsInhabited()) { in TypeInductionVariablePhi()
736 double bound_max = bound_type->Max(); in TypeInductionVariablePhi()
748 Type* bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local
750 if (!bound_type->Is(typer_->cache_.kInteger)) continue; in TypeInductionVariablePhi()
752 if (!bound_type->IsInhabited()) { in TypeInductionVariablePhi()
756 double bound_min = bound_type->Min(); in TypeInductionVariablePhi()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp3679 const glsl_type *val_type, const glsl_type *bound_type) in _clamp() argument
3682 ir_variable *minVal = in_var(bound_type, "minVal"); in _clamp()
3683 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp()