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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3900 tree cast_lhs = NULL_TREE; local
3946 cast_lhs = gimple_assign_lhs (use_stmt);
3947 if (INTEGRAL_TYPE_P (TREE_TYPE (cast_lhs))
3948 && !TYPE_UNSIGNED (TREE_TYPE (cast_lhs))
3949 && (TYPE_PRECISION (TREE_TYPE (cast_lhs))
3953 cast_lhs = NULL_TREE;
3967 FOR_EACH_IMM_USE_FAST (use_p, iter, cast_lhs)
3981 cast_lhs = NULL_TREE;
4172 type = TREE_TYPE (cast_lhs);
4250 FOR_EACH_IMM_USE_STMT (use_stmt, iter, cast_lhs
[all...]
H A Dgimple-ssa-strength-reduction.cc3624 tree cast_lhs;
3628 cast_lhs = make_temp_ssa_name (to_type, NULL, "slsr");
3629 cast_stmt = gimple_build_assign (cast_lhs, NOP_EXPR, from_expr);
3639 return cast_lhs;
3615 tree cast_lhs; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c3625 tree cast_lhs;
3629 cast_lhs = make_temp_ssa_name (to_type, NULL, "slsr");
3630 cast_stmt = gimple_build_assign (cast_lhs, NOP_EXPR, from_expr);
3640 return cast_lhs;
3616 tree cast_lhs; local

Completed in 121 milliseconds