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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.c1366 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); local
1377 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST)
1378 outer_max = NULL_TREE;
1386 if (outer_max
1388 || !tree_int_cst_equal (inner_max, outer_max)))

Completed in 95 milliseconds