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

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c3041 tree uutype; local
3065 uutype = utype;
3068 uutype = unsigned_type_for (utype);
3069 ubase = fold_convert (uutype, ubase);
3070 ustep = fold_convert (uutype, ustep);
3073 if (uutype != ctype)
3075 expr = fold_convert (uutype, expr);
3076 cbase = fold_convert (uutype, cbase);
3077 cstep = fold_convert (uutype, cstep);
3091 if (!divide (TYPE_PRECISION (uutype), ustep
[all...]

Completed in 76 milliseconds