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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.c1365 tree inner_max = TYPE_MAX_VALUE (TYPE_DOMAIN (inner_type)); local
1375 if (inner_max && TREE_CODE (inner_max) != INTEGER_CST)
1376 inner_max = NULL_TREE;
1387 && (!inner_max
1388 || !tree_int_cst_equal (inner_max, outer_max)))

Completed in 126 milliseconds