Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc822 Type bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local
842 Type bound_type = TypeOrNone(bound.bound); in TypeInductionVariablePhi() local
892 Type bound_type = TypeOrNone(bound.bound); in InductionVariablePhiTypeIsPrefixedPoint() local
903 Type bound_type = TypeOrNone(bound.bound); in InductionVariablePhiTypeIsPrefixedPoint() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5417 const glsl_type *val_type, const glsl_type *bound_type) in _clamp()