Lines Matching refs:smin
387 verbose(env, " smin=%lld", reg->smin_value);
2508 * So we use these facts to derive umin/umax from smin/smax and vice
2512 * casting umin/umax as smin/smax and checking if they form valid
14097 s64 smin = reg->smin_value;
14111 if (smin == S64_MIN) {
14117 if (smin >= BPF_MAX_VAR_OFF || smin <= -BPF_MAX_VAR_OFF) {
14119 smin, reg_type_str(env, type));
15884 /* constants, umin/umax and smin/smax checks would be
15908 /* constants, umin/umax and smin/smax checks would be