Lines Matching defs:smin
387 verbose(env, " smin=%lld", reg->smin_value);
2501 * So we use these facts to derive umin/umax from smin/smax and vice
2505 * casting umin/umax as smin/smax and checking if they form valid
14169 s64 smin = reg->smin_value;
14183 if (smin == S64_MIN) {
14189 if (smin >= BPF_MAX_VAR_OFF || smin <= -BPF_MAX_VAR_OFF) {
14191 smin, reg_type_str(env, type));
15952 /* constants, umin/umax and smin/smax checks would be
15978 /* constants, umin/umax and smin/smax checks would be