Lines Matching refs:conv_code

2751 get_bit_field_ref_def (tree val, enum tree_code &conv_code)  in get_bit_field_ref_def()  argument
2764 if (conv_code == ERROR_MARK) in get_bit_field_ref_def()
2765 conv_code = code; in get_bit_field_ref_def()
2766 else if (conv_code != code) in get_bit_field_ref_def()
2790 enum tree_code conv_code; in simplify_vector_constructor() local
2805 conv_code = ERROR_MARK; in simplify_vector_constructor()
2823 op1 = get_bit_field_ref_def (elt->value, conv_code); in simplify_vector_constructor()
2901 ? (conv_code != ERROR_MARK in simplify_vector_constructor()
2905 if (conv_code != ERROR_MARK in simplify_vector_constructor()
2906 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
2907 &conv_code)) in simplify_vector_constructor()
2927 if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
2933 if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
2971 else if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
3017 if (conv_code == ERROR_MARK) in simplify_vector_constructor()
3034 gimple_assign_set_rhs_with_ops (gsi, conv_code, orig[0], in simplify_vector_constructor()
3053 if (conv_code != ERROR_MARK in simplify_vector_constructor()
3054 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
3055 &conv_code)) in simplify_vector_constructor()
3104 converted_orig1 = conv_code != ERROR_MARK; in simplify_vector_constructor()
3113 converted_orig1 = conv_code != ERROR_MARK; in simplify_vector_constructor()
3151 conv_code != ERROR_MARK ? conv_src_type : type, in simplify_vector_constructor()
3153 if (conv_code != ERROR_MARK) in simplify_vector_constructor()
3154 res = gimple_build (&stmts, conv_code, type, res); in simplify_vector_constructor()