Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c4224 tree def_for_init; in get_initial_def_for_reduction() local
4265 def_for_init = build_real (scalar_type, real_init_val); in get_initial_def_for_reduction()
4267 def_for_init = build_int_cst (scalar_type, int_init_val); in get_initial_def_for_reduction()
4269 if (adjustment_def || operand_equal_p (def_for_init, init_val, 0)) in get_initial_def_for_reduction()
4272 if (!operand_equal_p (def_for_init, init_val, 0)) in get_initial_def_for_reduction()
4275 def_for_init); in get_initial_def_for_reduction()
4281 def_for_init); in get_initial_def_for_reduction()
4290 elts.quick_push (def_for_init); in get_initial_def_for_reduction()