Searched refs:shift_code (Results 1 – 2 of 2) sorted by relevance
3853 enum tree_code shift_code = ERROR_MARK; in vect_create_epilog_for_reduction() local3861 shift_code = VEC_RSHIFT_EXPR; in vect_create_epilog_for_reduction()3900 epilog_stmt = gimple_build_assign_with_ops (shift_code, in vect_create_epilog_for_reduction()
5508 insn_code shift_code = optab_handler (vec_shr_optab, mode); in expand_vec_perm_const() local5514 && (shift_code != CODE_FOR_nothing in expand_vec_perm_const()5521 if (shift_code != CODE_FOR_nothing) in expand_vec_perm_const()5526 if (maybe_expand_insn (shift_code, 3, ops)) in expand_vec_perm_const()