Home
last modified time | relevance | path

Searched refs:bound_two (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp124 int64_t bound_two) { in IsWithinBounds() argument
125 if (bound_one < bound_two) { in IsWithinBounds()
127 return (value >= bound_one && value <= bound_two); in IsWithinBounds()
128 } else if (bound_one > bound_two) { in IsWithinBounds()
130 return (value >= bound_two && value <= bound_one); in IsWithinBounds()
Dloop_dependence.h336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp124 int64_t bound_two) { in IsWithinBounds() argument
125 if (bound_one < bound_two) { in IsWithinBounds()
127 return (value >= bound_one && value <= bound_two); in IsWithinBounds()
128 } else if (bound_one > bound_two) { in IsWithinBounds()
130 return (value >= bound_two && value <= bound_one); in IsWithinBounds()
Dloop_dependence.h336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp124 int64_t bound_two) { in IsWithinBounds() argument
125 if (bound_one < bound_two) { in IsWithinBounds()
127 return (value >= bound_one && value <= bound_two); in IsWithinBounds()
128 } else if (bound_one > bound_two) { in IsWithinBounds()
130 return (value >= bound_two && value <= bound_one); in IsWithinBounds()
Dloop_dependence.h336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two);