Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3696 gimple *cur_use_stmt = use_stmt; in arith_overflow_check_p() local
3727 if (!single_imm_use (divlhs, &use, &cur_use_stmt)) in arith_overflow_check_p()
3730 if (gimple_code (cur_use_stmt) == GIMPLE_COND) in arith_overflow_check_p()
3732 ccode = gimple_cond_code (cur_use_stmt); in arith_overflow_check_p()
3733 crhs1 = gimple_cond_lhs (cur_use_stmt); in arith_overflow_check_p()
3734 crhs2 = gimple_cond_rhs (cur_use_stmt); in arith_overflow_check_p()
3736 else if (is_gimple_assign (cur_use_stmt)) in arith_overflow_check_p()
3738 if (gimple_assign_rhs_class (cur_use_stmt) == GIMPLE_BINARY_RHS) in arith_overflow_check_p()
3740 ccode = gimple_assign_rhs_code (cur_use_stmt); in arith_overflow_check_p()
3741 crhs1 = gimple_assign_rhs1 (cur_use_stmt); in arith_overflow_check_p()
[all …]