Searched refs:conv_stmt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2636 gimple *conv1_stmt = NULL, *conv2_stmt = NULL, *conv_stmt; local
2728 conv_stmt = conv1_stmt;
2738 conv_stmt = conv2_stmt;
2779 if (conv_stmt)
2782 tree from_type = TREE_TYPE (gimple_assign_rhs1 (conv_stmt));
2783 tree to_type = TREE_TYPE (gimple_assign_lhs (conv_stmt));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2783 gimple *conv1_stmt = NULL, *conv2_stmt = NULL, *conv_stmt; local
2875 conv_stmt = conv1_stmt;
2885 conv_stmt = conv2_stmt;
2926 if (conv_stmt)
2929 tree from_type = TREE_TYPE (gimple_assign_rhs1 (conv_stmt));
2930 tree to_type = TREE_TYPE (gimple_assign_lhs (conv_stmt));
H A Dtree-vect-slp.cc6920 gassign *conv_stmt
6923 vect_finish_stmt_generation (vinfo, NULL, conv_stmt, gsi);
6924 first_def = gimple_assign_lhs (conv_stmt);
6932 gassign *conv_stmt
6936 vect_finish_stmt_generation (vinfo, NULL, conv_stmt, gsi);
6937 second_def = gimple_assign_lhs (conv_stmt);

Completed in 230 milliseconds