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

/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c1999 tree orig_max, new_max;
2001 orig_max = TYPE_MAX_VALUE (sizetype);
2005 TREE_INT_CST_LOW (orig_max),
2006 TREE_INT_CST_HIGH (orig_max));
1992 tree orig_max, new_max; local
H A Dtree-vrp.c2084 tree new_min, new_max, orig_min, orig_max; local
2092 orig_max = vr0.max;
2097 orig_max = TYPE_MAX_VALUE (inner_type);
2101 new_max = fold_convert (outer_type, orig_max);
2109 && tree_int_cst_equal (new_max, orig_max)

Completed in 175 milliseconds