Searched refs:inter_type (Results 1 – 3 of 3) sorted by relevance
2230 tree inter_type = TREE_TYPE (op0); in combine_conversions() local2237 int inter_int = INTEGRAL_TYPE_P (inter_type); in combine_conversions()2238 int inter_ptr = POINTER_TYPE_P (inter_type); in combine_conversions()2239 int inter_float = FLOAT_TYPE_P (inter_type); in combine_conversions()2240 int inter_vec = TREE_CODE (inter_type) == VECTOR_TYPE; in combine_conversions()2241 unsigned int inter_prec = TYPE_PRECISION (inter_type); in combine_conversions()2242 int inter_unsignedp = TYPE_UNSIGNED (inter_type); in combine_conversions()2283 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in combine_conversions()2325 && TYPE_MODE (type) == TYPE_MODE (inter_type))) in combine_conversions()
7836 tree inter_type = TREE_TYPE (op0); in fold_unary_loc() local7843 int inter_int = INTEGRAL_TYPE_P (inter_type); in fold_unary_loc()7844 int inter_ptr = POINTER_TYPE_P (inter_type); in fold_unary_loc()7845 int inter_float = FLOAT_TYPE_P (inter_type); in fold_unary_loc()7846 int inter_vec = TREE_CODE (inter_type) == VECTOR_TYPE; in fold_unary_loc()7847 unsigned int inter_prec = TYPE_PRECISION (inter_type); in fold_unary_loc()7848 int inter_unsignedp = TYPE_UNSIGNED (inter_type); in fold_unary_loc()7879 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in fold_unary_loc()7913 && TYPE_MODE (type) == TYPE_MODE (inter_type))) in fold_unary_loc()
2426 tree inter_type = TREE_TYPE (@1);2433 int inter_int = INTEGRAL_TYPE_P (inter_type);2434 int inter_ptr = POINTER_TYPE_P (inter_type);2435 int inter_float = FLOAT_TYPE_P (inter_type);2436 int inter_vec = VECTOR_TYPE_P (inter_type);2437 unsigned int inter_prec = TYPE_PRECISION (inter_type);2438 int inter_unsignedp = TYPE_UNSIGNED (inter_type);2520 (unsigned) significand_size (TYPE_MODE (inter_type))