Lines Matching +defs:point +defs:max
2658 shape.push_back(std::max<size_t>(1, adaptor.getMask().size()));
3109 // Returns true if all integers in `arrayAttr` are in the half-open [min, max}
3110 // interval. If `halfOpen` is true then the admissible interval is [min, max).
3111 // Otherwise, the admissible interval is [min, max].
3115 int64_t max, StringRef attrName,
3119 auto upper = max;
3129 // Returns true if all integers in `arrayAttr` are in the half-open [min, max}
3130 // interval. If `halfOpen` is true then the admissible interval is [min, max).
3131 // Otherwise, the admissible interval is [min, max].
3140 int64_t max = std::get<1>(attrDimPair);
3142 max += 1;
3143 if (val < min || val >= max)
3146 << min << ", " << max << ")";
3152 // [min, max} interval:
3154 // If `halfOpen` is true then the admissible interval is [min, max). Otherwise,
3155 // the admissible interval is [min, max].
3167 int64_t max = std::get<2>(it);
3169 max += 1;
3170 if (val1 + val2 < 0 || val1 + val2 >= max)
3173 << " to be confined to [" << min << ", " << max << ")";
3210 /*max=*/1, stridesName,
3575 /*max=*/1, stridesName,
3715 int64_t sliceMaskDimSize = std::max(