Searched refs:fold_range_test (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.c | 127 static tree fold_range_test (location_t, enum tree_code, tree, tree, tree); 5475 fold_range_test (location_t loc, enum tree_code code, tree type, in fold_range_test() function 8141 if ((tem = fold_range_test (loc, code, type, op0, op1)) != 0) in fold_truth_andor()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fold-const.c | 119 static tree fold_range_test (location_t, enum tree_code, tree, tree, tree); 4874 fold_range_test (location_t loc, enum tree_code code, tree type, in fold_range_test() function 8463 if (0 != (tem = fold_range_test (loc, code, type, op0, op1))) in fold_truth_andor()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | tm.texi | 6433 @samp{fold_range_test ()} is optimal. This macro defaults to true if
|
H A D | tm.texi.in | 6355 @samp{fold_range_test ()} is optimal. This macro defaults to true if
|