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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6045 tree diff_type2 = TREE_TYPE (fd->loops[ix].step); local
6046 if (TYPE_PRECISION (diff_type) < TYPE_PRECISION (diff_type2))
6047 diff_type = diff_type2;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc7563 tree diff_type2 = TREE_TYPE (fd->loops[ix].step); local
7564 if (TYPE_PRECISION (diff_type) < TYPE_PRECISION (diff_type2))
7565 diff_type = diff_type2;

Completed in 136 milliseconds