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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2641 enum tree_code wmult_code; local
2655 wmult_code = WIDEN_MULT_MINUS_EXPR;
2657 wmult_code = WIDEN_MULT_PLUS_EXPR;
2806 this_optab = optab_for_tree_code (wmult_code, optype, optab_default);
2838 gimple_assign_set_rhs_with_ops (gsi, wmult_code, mult_rhs1, mult_rhs2,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2788 enum tree_code wmult_code; local
2802 wmult_code = WIDEN_MULT_MINUS_EXPR;
2804 wmult_code = WIDEN_MULT_PLUS_EXPR;
2953 this_optab = optab_for_tree_code (wmult_code, optype, optab_default);
2985 gimple_assign_set_rhs_with_ops (gsi, wmult_code, mult_rhs1, mult_rhs2,

Completed in 133 milliseconds