Searched refs:sign_extended_type (Results 1 – 1 of 1) sorted by relevance
1062 bool sign_extended_type = (!TYPE_UNSIGNED (type) in double_int_to_tree() local1066 cst = double_int_ext (cst, TYPE_PRECISION (type), !sign_extended_type); in double_int_to_tree()1078 bool sign_extended_type = (!TYPE_UNSIGNED (type) in double_int_fits_to_tree_p() local1083 = double_int_ext (cst, TYPE_PRECISION (type), !sign_extended_type); in double_int_fits_to_tree_p()1107 bool sign_extended_type; in force_fit_type_double() local1110 sign_extended_type = (!TYPE_UNSIGNED (type) in force_fit_type_double()1119 || (overflowable > 0 && sign_extended_type)) in force_fit_type_double()1123 !sign_extended_type); in force_fit_type_double()