Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c4381 nonzero_bits_binary_arith_p (const_rtx x) in nonzero_bits_binary_arith_p() function
4423 if (nonzero_bits_binary_arith_p (x)) in cached_nonzero_bits()
4435 if (nonzero_bits_binary_arith_p (x0) in cached_nonzero_bits()
4441 if (nonzero_bits_binary_arith_p (x1) in cached_nonzero_bits()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201633046 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.