Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3695 tree multop = NULL_TREE, divlhs = NULL_TREE; in arith_overflow_check_p() local
3723 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()