Searched refs:bound_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-niter.c1949 tree bound_type = TREE_TYPE (bound); local
1953 gcc_assert (TYPE_UNSIGNED (bound_type)
1956 if (TYPE_PRECISION (nit_type) > TYPE_PRECISION (bound_type))
1959 niter = fold_convert (bound_type, niter);

Completed in 50 milliseconds