Home
last modified time | relevance | path

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 Dvr-values.h84 bool check_for_binary_op_overflow (enum tree_code, tree, tree, tree, bool *);
H A Dvr-values.c1006 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 Dvr-values.cc1059 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 DChangeLog-202011576 (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 DChangeLog-20184713 (vr_values::check_for_binary_op_overflow): Use value_range_base.
8031 (vr_values::check_for_binary_op_overflow): Same.
H A DChangeLog-202121620 (check_for_binary_op_overflow): Ditto.
H A DChangeLog-201626575 (check_for_binary_op_overflow): Likewise.
H A DChangeLog-201917400 (vr_values::check_for_binary_op_overflow): Same.
H A DChangeLog-20177484 (check_for_binary_op_overflow, extract_range_basic): Likewise.
H A DChangeLog-20148734 * tree-vrp.c (check_for_binary_op_overflow): New function.