Searched refs:check_for_binary_op_overflow (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.h | 84 bool check_for_binary_op_overflow (enum tree_code, tree, tree, tree, bool *);
|
H A D | vr-values.c | 1006 vr_values::check_for_binary_op_overflow (enum tree_code subcode, tree type, in check_for_binary_op_overflow() function 1398 if (check_for_binary_op_overflow (subcode, type, in extract_range_basic() 4107 if (!check_for_binary_op_overflow (subcode, type, op0, op1, &ovf) in simplify_internal_call_using_ranges()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.cc | 1059 check_for_binary_op_overflow (range_query *query, in check_for_binary_op_overflow() function 1292 if (check_for_binary_op_overflow (this, subcode, type, in extract_range_basic() 4134 if (!check_for_binary_op_overflow (query, subcode, type, op0, op1, &ovf, stmt) in simplify_internal_call_using_ranges()
|
H A D | ChangeLog-2020 | 11576 (check_for_binary_op_overflow): Rename store to query. 15069 * vr-values.c (check_for_binary_op_overflow): Change type of store 18572 (check_for_binary_op_overflow): Make static. 18574 check_for_binary_op_overflow.
|
H A D | ChangeLog-2018 | 4713 (vr_values::check_for_binary_op_overflow): Use value_range_base. 8031 (vr_values::check_for_binary_op_overflow): Same.
|
H A D | ChangeLog-2021 | 21620 (check_for_binary_op_overflow): Ditto.
|
H A D | ChangeLog-2016 | 26575 (check_for_binary_op_overflow): Likewise.
|
H A D | ChangeLog-2019 | 17400 (vr_values::check_for_binary_op_overflow): Same.
|
H A D | ChangeLog-2017 | 7484 (check_for_binary_op_overflow, extract_range_basic): Likewise.
|
H A D | ChangeLog-2014 | 8734 * tree-vrp.c (check_for_binary_op_overflow): New function.
|