Searched refs:crhs2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3681 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3725 crhs2 = gimple_cond_rhs (cur_use_stmt);
3733 crhs2 = gimple_assign_rhs2 (cur_use_stmt);
3742 crhs2 = TREE_OPERAND (cond, 1);
3764 && TREE_CODE (crhs2) == INTEGER_CST
3765 && tree_int_cst_equal (crhs2, maxval))
3771 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3773 && crhs2 == lhs))
3776 if (code == BIT_NOT_EXPR && crhs2 == lhs)
3789 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2
[all...]
H A Dtree-ssa-forwprop.cc1526 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
1554 crhs2 = gimple_cond_rhs (use_stmt);
1562 crhs2 = gimple_assign_rhs2 (use_stmt);
1571 crhs2 = TREE_OPERAND (cond, 1);
1582 o = crhs2;
1583 else if (crhs2 == lhsc)
1668 crhs2 = build_zero_cst (TREE_TYPE (lhs2));
1673 gimple_cond_set_rhs (cond_stmt, crhs2);
1679 gimple_assign_set_rhs2 (use_stmt, crhs2);
1686 crhs1, crhs2);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3301 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3306 crhs2 = gimple_cond_rhs (use_stmt);
3314 crhs2 = gimple_assign_rhs2 (use_stmt);
3323 crhs2 = TREE_OPERAND (cond, 1);
3348 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3350 && crhs2 == lhs))
3357 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs)
3359 && (crhs2 == rhs1 || crhs2 == rhs2)))

Completed in 145 milliseconds