Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-fold.cc783 tree single_arg = NULL_TREE; in range_of_phi() local
818 single_arg = arg; in range_of_phi()
820 else if (single_arg != arg) in range_of_phi()
821 single_arg = NULL_TREE; in range_of_phi()
825 if (r.varying_p () && single_arg == NULL_TREE) in range_of_phi()
835 if (single_arg) in range_of_phi()
838 if (gimple_range_ssa_p (single_arg)) in range_of_phi()
839 src.register_relation (phi, EQ_EXPR, phi_def, single_arg); in range_of_phi()
840 else if (src.get_operand (arg_range, single_arg) in range_of_phi()
H A Dmatch.pd7611 bool single_arg = (op0 == op1);
7612 vec_perm_indices sel (builder, single_arg ? 1 : 2, nelts);
7620 if (!single_arg)
7656 bool changed = (op0 == op1 && !single_arg);
H A Dfold-const.cc13261 bool single_arg = (op0 == op1); in fold_ternary_loc() local
13262 vec_perm_indices sel (builder, single_arg ? 1 : 2, nelts); in fold_ternary_loc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd6054 bool single_arg = (op0 == op1);
6055 vec_perm_indices sel (builder, single_arg ? 1 : 2, nelts);
6063 if (!single_arg)
6099 bool changed = (op0 == op1 && !single_arg);
H A Dfold-const.c12663 bool single_arg = (op0 == op1); in fold_ternary_loc() local
12664 vec_perm_indices sel (builder, single_arg ? 1 : 2, nelts); in fold_ternary_loc()