> I actually think tree_fits is better, int_fits* looks too ambiguous to me, > what kind of integer (tree, int, HWI, ...) you actually mean.
Seconded, all the more so that int_fits_type_p requires an INTEGER_CST as argument, unlike tree_fits_[su]hwi_p which accept any tree as argument. -- Eric Botcazou