Home
last modified time | relevance | path

Searched refs:crhs1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-math-opts.cc3690 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; in arith_overflow_check_p() local
3733 crhs1 = gimple_cond_lhs (cur_use_stmt); in arith_overflow_check_p()
3741 crhs1 = gimple_assign_rhs1 (cur_use_stmt); in arith_overflow_check_p()
3750 crhs1 = TREE_OPERAND (cond, 0); in arith_overflow_check_p()
3772 if (crhs1 == lhs in arith_overflow_check_p()
3780 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1) in arith_overflow_check_p()
3781 || (code == PLUS_EXPR && (crhs1 == rhs1 || crhs1 == rhs2) in arith_overflow_check_p()
3788 *other = crhs1; in arith_overflow_check_p()
3798 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs) in arith_overflow_check_p()
3799 || (code == PLUS_EXPR && crhs1 == lhs in arith_overflow_check_p()
[all …]
Dtree-ssa-forwprop.cc1526 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; in simplify_builtin_call() local
1553 crhs1 = gimple_cond_lhs (use_stmt); in simplify_builtin_call()
1561 crhs1 = gimple_assign_rhs1 (use_stmt); in simplify_builtin_call()
1570 crhs1 = TREE_OPERAND (cond, 0); in simplify_builtin_call()
1581 if (crhs1 == lhsc) in simplify_builtin_call()
1584 o = crhs1; in simplify_builtin_call()
1667 crhs1 = new_lhs; in simplify_builtin_call()
1672 gimple_cond_set_lhs (cond_stmt, crhs1); in simplify_builtin_call()
1678 gimple_assign_set_rhs1 (use_stmt, crhs1); in simplify_builtin_call()
1686 crhs1, crhs2); in simplify_builtin_call()