Searched refs:r2max (Results 1 – 1 of 1) sorted by relevance
1906 widest_int r2max = r2val | r2mask; in bit_value_binop() local1908 || (!wi::neg_p (r1max) && !wi::neg_p (r2max))) in bit_value_binop()1923 unsigned int lzcount = wi::clz (r2max); in bit_value_binop()1924 unsigned int bits = wi::get_precision (r2max) - lzcount; in bit_value_binop()1925 if (r2max == wi::lshift (1, bits)) in bit_value_binop()1938 widest_int r2max = r2val | r2mask; in bit_value_binop() local1940 || (!wi::neg_p (r1max) && !wi::neg_p (r2max))) in bit_value_binop()