Searched refs:is_widening_mult_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2391 is_widening_mult_p (gimple *stmt, function
2543 if (!is_widening_mult_p (stmt, &type1, &rhs1, &type2, &rhs2))
2709 is_widening_mult_p, but we still need the rhs returns.
2724 || !is_widening_mult_p (rhs1_stmt, &type1, &mult_rhs1,
2734 || !is_widening_mult_p (rhs2_stmt, &type1, &mult_rhs1,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2529 is_widening_mult_p (gimple *stmt, function
2681 if (!is_widening_mult_p (stmt, &type1, &rhs1, &type2, &rhs2))
2856 is_widening_mult_p, but we still need the rhs returns.
2871 || !is_widening_mult_p (rhs1_stmt, &type1, &mult_rhs1,
2881 || !is_widening_mult_p (rhs2_stmt, &type1, &mult_rhs1,

Completed in 182 milliseconds