Searched refs:divlhs (Results 1 – 1 of 1) sorted by relevance
3695 tree multop = NULL_TREE, divlhs = NULL_TREE; in arith_overflow_check_p() local3723 divlhs = gimple_assign_lhs (use_stmt); in arith_overflow_check_p()3724 if (!divlhs) in arith_overflow_check_p()3727 if (!single_imm_use (divlhs, &use, &cur_use_stmt)) in arith_overflow_check_p()3820 if ((crhs1 == divlhs && arith_cast_equal_p (crhs2, multop)) in arith_overflow_check_p()3821 || (crhs2 == divlhs && arith_cast_equal_p (crhs1, multop))) in arith_overflow_check_p()3827 else if ((crhs1 == divlhs && operand_equal_p (crhs2, multop, 0)) in arith_overflow_check_p()3828 || (crhs2 == divlhs && crhs1 == multop)) in arith_overflow_check_p()