Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc796 Type bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local
798 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() local
818 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()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4066 const glsl_type *val_type, const glsl_type *bound_type) in _clamp() argument
4069 ir_variable *minVal = in_var(bound_type, "minVal"); in _clamp()
4070 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp()