Lines Matching refs:num_ops
104 unsigned int num_ops = orig_op->num_ops; in convert_conditional_op() local
105 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); in convert_conditional_op()
107 for (unsigned int i = 0; i < num_ops; ++i) in convert_conditional_op()
112 num_ops, orig_op->ops); in convert_conditional_op()
113 new_op->ops[num_ops + 1] = else_value; in convert_conditional_op()
486 switch (num_ops) in resimplify()
544 return gimple_build_call_internal (fn, res_op->num_ops, in build_call_internal()
561 unsigned num_ops = res_op->num_ops; in maybe_push_res_to_seq() local
587 for (unsigned int i = 0; i < num_ops; ++i) in maybe_push_res_to_seq()
592 if (num_ops > 0 && COMPARISON_CLASS_P (ops[0])) in maybe_push_res_to_seq()
617 gcc_assert (num_ops != 0); in maybe_push_res_to_seq()
639 new_stmt = gimple_build_call (decl, num_ops, in maybe_push_res_to_seq()
863 unsigned int num_ops = res_op->num_ops; in try_conditional_simplification() local
865 res_op->ops[num_ops - 1]), in try_conditional_simplification()
866 op, res_op->type, num_ops - 2); in try_conditional_simplification()
868 memcpy (cond_op.ops, res_op->ops + 1, (num_ops - 1) * sizeof *cond_op.ops); in try_conditional_simplification()
869 switch (num_ops - 2) in try_conditional_simplification()