Lines Matching refs:conv_code

2233 get_bit_field_ref_def (tree val, enum tree_code &conv_code)  in get_bit_field_ref_def()  argument
2246 if (conv_code == ERROR_MARK) in get_bit_field_ref_def()
2247 conv_code = code; in get_bit_field_ref_def()
2248 else if (conv_code != code) in get_bit_field_ref_def()
2272 enum tree_code conv_code; in simplify_vector_constructor() local
2287 conv_code = ERROR_MARK; in simplify_vector_constructor()
2305 op1 = get_bit_field_ref_def (elt->value, conv_code); in simplify_vector_constructor()
2383 ? (conv_code != ERROR_MARK in simplify_vector_constructor()
2387 if (conv_code != ERROR_MARK in simplify_vector_constructor()
2388 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
2389 &conv_code)) in simplify_vector_constructor()
2409 if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
2415 if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
2453 else if (CONVERT_EXPR_CODE_P (conv_code) in simplify_vector_constructor()
2499 if (conv_code == ERROR_MARK) in simplify_vector_constructor()
2516 gimple_assign_set_rhs_with_ops (gsi, conv_code, orig[0], in simplify_vector_constructor()
2535 if (conv_code != ERROR_MARK in simplify_vector_constructor()
2536 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
2537 &conv_code)) in simplify_vector_constructor()
2586 converted_orig1 = conv_code != ERROR_MARK; in simplify_vector_constructor()
2595 converted_orig1 = conv_code != ERROR_MARK; in simplify_vector_constructor()
2633 conv_code != ERROR_MARK ? conv_src_type : type, in simplify_vector_constructor()
2635 if (conv_code != ERROR_MARK) in simplify_vector_constructor()
2636 res = gimple_build (&stmts, conv_code, type, res); in simplify_vector_constructor()