Home
last modified time | relevance | path

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 Dvr-values.h88 bool two_valued_val_range_p (tree, tree *, tree *);
H A Dvr-values.c4164 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 Dvr-values.h62 bool two_valued_val_range_p (tree, tree *, tree *, gimple *);
H A Dvr-values.cc4191 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 DChangeLog-202011588 (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 DChangeLog-20177500 (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 DChangeLog-202121628 (simplify_using_ranges::two_valued_val_range_p): Ditto.
H A DChangeLog-201614979 * tree-vrp.c (two_valued_val_range_p): New.
H A DChangeLog-20188053 (vr_values::two_valued_val_range_p): Same.
H A DChangeLog-201919932 (vr_values::two_valued_val_range_p): Likewise.