Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c3106 tree new_or_tmp_name; in vect_create_cond_for_align_checks() local
3132 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
3133 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR, in vect_create_cond_for_align_checks()
3136 or_tmp_name = new_or_tmp_name; in vect_create_cond_for_align_checks()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc3243 tree new_or_tmp_name; in vect_create_cond_for_align_checks() local
3272 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
3273 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR, in vect_create_cond_for_align_checks()
3276 or_tmp_name = new_or_tmp_name; in vect_create_cond_for_align_checks()