Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc1905 widest_int r1max = r1val | r1mask; in bit_value_binop() local
1908 || (!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() local
1940 || (!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()