Searched refs:r1max (Results 1 – 1 of 1) sorted by relevance
1905 widest_int r1max = r1val | r1mask; in bit_value_binop() local1908 || (!wi::neg_p (r1max) && !wi::neg_p (r2max))) in bit_value_binop()1915 if (wi::ltu_p (r1max, r2min)) in bit_value_binop()1937 widest_int r1max = r1val | r1mask; in bit_value_binop() local1940 || (!wi::neg_p (r1max) && !wi::neg_p (r2max))) in bit_value_binop()1947 if (wi::ltu_p (r1max, r2min)) in bit_value_binop()1954 widest_int upper = wi::udiv_trunc (r1max, r2min); in bit_value_binop()