Home
last modified time | relevance | path

Searched refs:fold_to_nonsharp_ineq_using_bound (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfold-const.c6896 fold_to_nonsharp_ineq_using_bound (tree ineq, tree bound) in fold_to_nonsharp_ineq_using_bound() function
10397 tem = fold_to_nonsharp_ineq_using_bound (arg0, arg1); in fold_binary()
10401 tem = fold_to_nonsharp_ineq_using_bound (arg1, arg0); in fold_binary()
DChangeLog-20044057 * fold-const.c (fold_to_nonsharp_ineq_using_bound): New function.
4059 (fold): Call fold_to_nonsharp_ineq_using_bound.
DChangeLog-200513049 fold_to_nonsharp_ineq_using_bound if we get back the same operand back.