Searched refs:ineq (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 6896 fold_to_nonsharp_ineq_using_bound (tree ineq, tree bound) in fold_to_nonsharp_ineq_using_bound() argument 6898 tree a, typea, type = TREE_TYPE (ineq), a1, diff, y; in fold_to_nonsharp_ineq_using_bound() 6912 if (TREE_CODE (ineq) == LT_EXPR) in fold_to_nonsharp_ineq_using_bound() 6914 a1 = TREE_OPERAND (ineq, 1); in fold_to_nonsharp_ineq_using_bound() 6915 y = TREE_OPERAND (ineq, 0); in fold_to_nonsharp_ineq_using_bound() 6917 else if (TREE_CODE (ineq) == GT_EXPR) in fold_to_nonsharp_ineq_using_bound() 6919 a1 = TREE_OPERAND (ineq, 0); in fold_to_nonsharp_ineq_using_bound() 6920 y = TREE_OPERAND (ineq, 1); in fold_to_nonsharp_ineq_using_bound()
|