Home
last modified time | relevance | path

Searched refs:value_range_with_overflow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc227 value_range_with_overflow (value_range &r, tree type, in value_range_with_overflow() function
914 value_range_with_overflow (r, type, new_lb, new_ub, ov_lb, ov_ub); in wi_fold()
959 value_range_with_overflow (r, type, new_lb, new_ub, ov_lb, ov_ub); in wi_fold()
997 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
1019 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
1092 value_range_with_overflow (r, type, res_lb, res_ub); in wi_cross_product()
1844 value_range_with_overflow (r, type, res_lb, res_ub); in wi_optimize_and_or()
1943 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
2081 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
2143 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drange-op.cc342 value_range_with_overflow (irange &r, tree type, in value_range_with_overflow() function
1317 value_range_with_overflow (r, type, new_lb, new_ub, ov_lb, ov_ub); in wi_fold()
1371 value_range_with_overflow (r, type, new_lb, new_ub, ov_lb, ov_ub); in wi_fold()
1511 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
1533 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
1606 value_range_with_overflow (r, type, res_lb, res_ub); in wi_cross_product()
2735 value_range_with_overflow (r, type, res_lb, res_ub); in wi_optimize_and_or()
2842 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
3098 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
3180 value_range_with_overflow (r, type, new_lb, new_ub); in wi_fold()
[all …]
H A DChangeLog-20196141 (value_range_with_overflow): Same
6169 (wi_optimize_and_or): Adjust call to value_range_with_overflow.
11424 (value_range_with_overflow): Rename from
H A DChangeLog-202010183 * range-op.cc (value_range_with_overflow): Change any
16280 (value_range_with_overflow): Same.