Home
last modified time | relevance | path

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

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