Home
last modified time | relevance | path

Searched refs:r2max (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc1906 widest_int r2max = r2val | r2mask; in bit_value_binop() local
1908 || (!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() local
1940 || (!wi::neg_p (r1max) && !wi::neg_p (r2max))) in bit_value_binop()