Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-forwprop.c1827 check_ctz_array (tree ctor, unsigned HOST_WIDE_INT mulc, in check_ctz_array() function
1936 return check_ctz_array (ctor, val, zero_val, shiftval, input_bits); in optimize_count_trailing_zeroes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-forwprop.cc2236 check_ctz_array (tree ctor, unsigned HOST_WIDE_INT mulc, in check_ctz_array() function
2345 return check_ctz_array (ctor, val, zero_val, shiftval, input_bits); in optimize_count_trailing_zeroes()
H A DChangeLog-202038579 * tree-ssa-forwprop.c (check_ctz_array): Add new function.