Searched refs:fold_to_nonsharp_ineq_using_bound (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.ptr | 25 (fold_to_nonsharp_ineq_using_bound): Merge the two ifs at the end. 288 * fold-const.c (fold_to_nonsharp_ineq_using_bound): Don't 478 (fold_to_nonsharp_ineq_using_bound): Likewise.
|
H A D | fold-const.cc | 7522 fold_to_nonsharp_ineq_using_bound (location_t loc, tree ineq, tree bound) in fold_to_nonsharp_ineq_using_bound() function 12033 tem = fold_to_nonsharp_ineq_using_bound (loc, arg0, arg1); in fold_binary_loc() 12039 tem = fold_to_nonsharp_ineq_using_bound (loc, arg1, arg0); in fold_binary_loc()
|
H A D | ChangeLog | 5909 * fold-const.cc (fold_to_nonsharp_ineq_using_bound): Use the
|
H A D | ChangeLog-2004 | 4057 * fold-const.c (fold_to_nonsharp_ineq_using_bound): New function. 4059 (fold): Call fold_to_nonsharp_ineq_using_bound.
|
H A D | ChangeLog-2007 | 17515 (fold_to_nonsharp_ineq_using_bound): Handle pointer types
|
H A D | ChangeLog-2005 | 13048 fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 7425 fold_to_nonsharp_ineq_using_bound (location_t loc, tree ineq, tree bound) in fold_to_nonsharp_ineq_using_bound() function 11408 tem = fold_to_nonsharp_ineq_using_bound (loc, arg0, arg1); in fold_binary_loc() 11412 tem = fold_to_nonsharp_ineq_using_bound (loc, arg1, arg0); in fold_binary_loc()
|