Home
last modified time | relevance | path

Searched refs:conv_src_type (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-forwprop.cc2899 tree conv_src_type in simplify_vector_constructor() local
2906 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
2930 != DECIMAL_FLOAT_TYPE_P (TREE_TYPE (conv_src_type)))) in simplify_vector_constructor()
3010 = gimple_build_assign (make_ssa_name (conv_src_type), in simplify_vector_constructor()
3011 build3 (BIT_FIELD_REF, conv_src_type, in simplify_vector_constructor()
3012 orig[0], TYPE_SIZE (conv_src_type), in simplify_vector_constructor()
3048 tree mask_type, perm_type, conv_src_type; in simplify_vector_constructor() local
3050 conv_src_type = (nelts == refnelts in simplify_vector_constructor()
3054 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
3151 conv_code != ERROR_MARK ? conv_src_type : type, in simplify_vector_constructor()