Searched refs:operation_no_trapping_overflow (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 394 if (!operation_no_trapping_overflow (type, code)) in parloops_needs_fold_left_reduction_p()
|
H A D | tree-eh.c | 2804 && !operation_no_trapping_overflow (TREE_TYPE (*tp), TREE_CODE (*tp))) in find_trapping_overflow()
|
H A D | tree.h | 5079 extern bool operation_no_trapping_overflow (tree, enum tree_code);
|
H A D | tree-vect-loop.c | 2927 if (!operation_no_trapping_overflow (type, code)) in needs_fold_left_reduction_p()
|
H A D | tree.c | 7839 operation_no_trapping_overflow (tree type, enum tree_code code) in operation_no_trapping_overflow() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 394 if (!operation_no_trapping_overflow (type, code)) in parloops_needs_fold_left_reduction_p()
|
H A D | tree-eh.cc | 2799 && !operation_no_trapping_overflow (TREE_TYPE (*tp), TREE_CODE (*tp))) in find_trapping_overflow()
|
H A D | tree.h | 5260 extern bool operation_no_trapping_overflow (tree, enum tree_code);
|
H A D | tree-vect-loop.cc | 3367 || !operation_no_trapping_overflow (type, tree_code (code))); in needs_fold_left_reduction_p()
|
H A D | tree.cc | 6847 operation_no_trapping_overflow (tree type, enum tree_code code) in operation_no_trapping_overflow() function
|
H A D | ChangeLog-2015 | 20570 * tree.c (operation_can_overflow, operation_no_trapping_overflow): New 20572 * tree.h (operation_can_overflow, operation_no_trapping_overflow): 20575 operation_no_trapping_overflow. Allow non-overflow operations.
|
H A D | ChangeLog-2018 | 30217 operation_no_trapping_overflow when ANY_INTEGRAL_TYPE_P.
|