Lines Matching refs:init_expr
377 tree init_expr; in vect_is_simple_iv_evolution() local
393 init_expr = unshare_expr (initial_condition_in_loop_num (access_fn, loop_nb)); in vect_is_simple_iv_evolution()
397 step_expr, init_expr); in vect_is_simple_iv_evolution()
399 *init = init_expr; in vect_is_simple_iv_evolution()
7390 tree init_expr, step_expr; in vectorizable_induction() local
7515 init_expr = PHI_ARG_DEF_FROM_EDGE (phi, in vectorizable_induction()
7523 init_expr = gimple_convert (&stmts, new_type, init_expr); in vectorizable_induction()
7537 init_expr = gimple_build (&stmts, MINUS_EXPR, new_type, in vectorizable_induction()
7538 init_expr, skip_step); in vectorizable_induction()
7584 tree elt = init_expr; in vectorizable_induction()
7684 vec_init = vect_get_vec_def_for_operand (init_expr, stmt_info); in vectorizable_induction()
7707 new_name = gimple_convert (&stmts, TREE_TYPE (step_expr), init_expr); in vectorizable_induction()