Lines Matching refs:build2
196 stmt1 = build2 (MODIFY_EXPR, optype, tmpv, fold_convert (optype, value)); in tree_divmod_fixed_value()
197 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_divmod_fixed_value()
199 build2 (NE_EXPR, boolean_type_node, tmp1, tmpv), in tree_divmod_fixed_value()
209 stmt1 = build2 (MODIFY_EXPR, optype, tmp2, in tree_divmod_fixed_value()
210 build2 (TREE_CODE (operation), optype, op1, tmpv)); in tree_divmod_fixed_value()
216 stmt1 = build2 (MODIFY_EXPR, optype, tmp2, in tree_divmod_fixed_value()
217 build2 (TREE_CODE (operation), optype, op1, op2)); in tree_divmod_fixed_value()
360 stmt2 = build2 (MODIFY_EXPR, optype, tmp2, in tree_mod_pow2()
361 build2 (PLUS_EXPR, optype, op2, build_int_cst (optype, -1))); in tree_mod_pow2()
362 stmt3 = build2 (MODIFY_EXPR, optype, tmp3, in tree_mod_pow2()
363 build2 (BIT_AND_EXPR, optype, tmp2, op2)); in tree_mod_pow2()
365 build2 (NE_EXPR, boolean_type_node, in tree_mod_pow2()
376 stmt1 = build2 (MODIFY_EXPR, optype, result, in tree_mod_pow2()
377 build2 (BIT_AND_EXPR, optype, op1, tmp2)); in tree_mod_pow2()
383 stmt1 = build2 (MODIFY_EXPR, optype, result, in tree_mod_pow2()
384 build2 (TREE_CODE (operation), optype, op1, op2)); in tree_mod_pow2()
523 stmt1 = build2 (MODIFY_EXPR, optype, result, op1); in tree_mod_subtract()
524 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_mod_subtract()
526 build2 (LT_EXPR, boolean_type_node, result, tmp1), in tree_mod_subtract()
538 stmt1 = build2 (MODIFY_EXPR, optype, result, in tree_mod_subtract()
539 build2 (MINUS_EXPR, optype, result, tmp1)); in tree_mod_subtract()
541 build2 (LT_EXPR, boolean_type_node, result, tmp1), in tree_mod_subtract()
552 stmt1 = build2 (MODIFY_EXPR, optype, result, in tree_mod_subtract()
553 build2 (TREE_CODE (operation), optype, result, tmp1)); in tree_mod_subtract()
759 = build2 (TRUNC_DIV_EXPR, type, op0, divisor); in tree_divmod_values_to_profile()