Searched refs:restype_ptr (Results 1 – 3 of 3) sorted by relevance
2740 tree *restype_ptr, enum tree_code *rescode_ptr) in shorten_compare() argument2760 && TYPE_PRECISION (TREE_TYPE (op0)) < TYPE_PRECISION (*restype_ptr) in shorten_compare()2765 && TYPE_PRECISION (TREE_TYPE (op1)) < TYPE_PRECISION (*restype_ptr) in shorten_compare()2773 if (op0 == primop0 && TREE_TYPE (op0) != *restype_ptr) in shorten_compare()2775 if (op1 == primop1 && TREE_TYPE (op1) != *restype_ptr) in shorten_compare()2837 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr)) in shorten_compare()2842 int unsignedp = TYPE_UNSIGNED (*restype_ptr); in shorten_compare()2852 *restype_ptr = c_common_signed_type (*restype_ptr); in shorten_compare()2854 if (TREE_TYPE (primop1) != *restype_ptr) in shorten_compare()2858 primop1 = force_fit_type (*restype_ptr, in shorten_compare()[all …]
2934 tree *restype_ptr, enum tree_code *rescode_ptr) in shorten_compare() argument2954 && TYPE_PRECISION (TREE_TYPE (op0)) < TYPE_PRECISION (*restype_ptr) in shorten_compare()2959 && TYPE_PRECISION (TREE_TYPE (op1)) < TYPE_PRECISION (*restype_ptr) in shorten_compare()2967 if (op0 == primop0 && TREE_TYPE (op0) != *restype_ptr) in shorten_compare()2969 if (op1 == primop1 && TREE_TYPE (op1) != *restype_ptr) in shorten_compare()3031 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr)) in shorten_compare()3036 int unsignedp = TYPE_UNSIGNED (*restype_ptr); in shorten_compare()3046 *restype_ptr = c_common_signed_type (*restype_ptr); in shorten_compare()3048 if (TREE_TYPE (primop1) != *restype_ptr) in shorten_compare()3052 primop1 = force_fit_type (*restype_ptr, in shorten_compare()[all …]
342 the original *restype_ptr when mixing binary and decimal float.