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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-niter.c1950 tree nit_type = TREE_TYPE (niter); local
1954 && TYPE_UNSIGNED (nit_type)
1956 if (TYPE_PRECISION (nit_type) > TYPE_PRECISION (bound_type))
1957 bound = fold_convert (nit_type, bound);
H A Dtree-ssa-loop-ivopts.c4137 tree nit, nit_type; local
4163 nit_type = TREE_TYPE (nit);
4174 if (TYPE_PRECISION (nit_type) < TYPE_PRECISION (per_type))
4177 wider_type = nit_type;

Completed in 224 milliseconds