Searched refs:check_for_binary_op_overflow (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | vr-values.h | 75 bool check_for_binary_op_overflow (enum tree_code, tree, tree, tree, bool *);
|
H A D | vr-values.c | 957 vr_values::check_for_binary_op_overflow (enum tree_code subcode, tree type, in check_for_binary_op_overflow() function 1355 if (check_for_binary_op_overflow (subcode, type, in extract_range_basic() 3982 if (!check_for_binary_op_overflow (subcode, type, op0, op1, &ovf) in simplify_internal_call_using_ranges()
|