Home | History | Annotate | Download | only in gcc

Lines Matching refs:init_stmts

8355       gimple_seq init_stmts = NULL;
8359 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept,
8362 peel_mul = gimple_convert (&init_stmts, stept,
8364 peel_mul = gimple_build_vector_from_val (&init_stmts,
8378 elt = gimple_convert (&init_stmts, TREE_TYPE (step_vectype), elt);
8386 elt = gimple_build (&init_stmts, VIEW_CONVERT_EXPR,
8397 vec_step = gimple_build_vector (&init_stmts, &step_elts);
8399 tree step_mul = gimple_build_vector (&init_stmts, &mul_elts);
8401 step_mul = gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
8404 vec_init = gimple_build_vector (&init_stmts, &init_elts);
8415 up = gimple_build (&init_stmts, MULT_EXPR, step_vectype,
8431 vec_def = gimple_convert (&init_stmts, step_vectype, vec_init);
8432 up = gimple_build (&init_stmts, MULT_EXPR, step_vectype,
8434 vec_def = gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
8436 vec_init = gimple_convert (&init_stmts, vectype, vec_def);
8476 = gimple_build (&init_stmts, MULT_EXPR, step_vectype,
8495 new_bb = gsi_insert_seq_on_edge_immediate (pe, init_stmts);