Searched refs:two_valued_val_range_p (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.h | 88 bool two_valued_val_range_p (tree, tree *, tree *);
|
H A D | vr-values.c | 4164 vr_values::two_valued_val_range_p (tree var, tree *a, tree *b) in two_valued_val_range_p() function 4239 && two_valued_val_range_p (rhs2, &val1, &val2)) in simplify_stmt_using_ranges() 4247 && two_valued_val_range_p (rhs1, &val1, &val2)) in simplify_stmt_using_ranges()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.h | 62 bool two_valued_val_range_p (tree, tree *, tree *, gimple *);
|
H A D | vr-values.cc | 4191 simplify_using_ranges::two_valued_val_range_p (tree var, tree *a, tree *b, in two_valued_val_range_p() function in simplify_using_ranges 4272 && two_valued_val_range_p (rhs2, &val1, &val2, stmt)) in simplify() 4280 && two_valued_val_range_p (rhs1, &val1, &val2, stmt)) in simplify()
|
H A D | ChangeLog-2020 | 11588 (simplify_using_ranges::two_valued_val_range_p): Same. 15995 * vr-values.c (simplify_using_ranges::two_valued_val_range_p): 18607 (vr_values::two_valued_val_range_p): Same.
|
H A D | ChangeLog-2017 | 7500 (two_valued_val_range_p, simplify_stmt_using_ranges): Likewise. 12442 (range_fits_type_p, two_valued_val_range_p, vrp_finalize): Likewise.
|
H A D | ChangeLog-2021 | 21628 (simplify_using_ranges::two_valued_val_range_p): Ditto.
|
H A D | ChangeLog-2016 | 14979 * tree-vrp.c (two_valued_val_range_p): New.
|
H A D | ChangeLog-2018 | 8053 (vr_values::two_valued_val_range_p): Same.
|
H A D | ChangeLog-2019 | 19932 (vr_values::two_valued_val_range_p): Likewise.
|