Searched refs:true_smax (Results 1 – 1 of 1) sorted by relevance
5419 s64 true_smax = opcode == BPF_JSLT ? sval - 1 : sval; in reg_set_min_max() local5424 true_reg->smax_value = min(true_reg->smax_value, true_smax); in reg_set_min_max()5502 s64 true_smax = opcode == BPF_JSGT ? sval - 1 : sval; in reg_set_min_max_inv() local5507 true_reg->smax_value = min(true_reg->smax_value, true_smax); in reg_set_min_max_inv()