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

/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c1997 tree orig_max, new_max;
1999 orig_max = TYPE_MAX_VALUE (sizetype);
2003 TREE_INT_CST_LOW (orig_max),
2004 TREE_INT_CST_HIGH (orig_max));
1990 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 281 milliseconds