Searched refs:restype_ptr (Results 1 – 2 of 2) sorted by relevance
2027 shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr, in shorten_compare() argument2047 if (op0 == primop0 && TREE_TYPE (op0) != *restype_ptr) in shorten_compare()2049 if (op1 == primop1 && TREE_TYPE (op1) != *restype_ptr) in shorten_compare()2117 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr)) in shorten_compare()2122 int unsignedp = TYPE_UNSIGNED (*restype_ptr); in shorten_compare()2132 *restype_ptr = c_common_signed_type (*restype_ptr); in shorten_compare()2134 if (TREE_TYPE (primop1) != *restype_ptr) in shorten_compare()2138 tree tmp = build_int_cst_wide (*restype_ptr, in shorten_compare()2145 if (type != *restype_ptr) in shorten_compare()2147 minval = convert (*restype_ptr, minval); in shorten_compare()[all …]
2307 shorten_compare (op0_ptr, op1_ptr, restype_ptr, rescode_ptr) in shorten_compare() argument2309 tree *restype_ptr;2329 if (op0 == primop0 && TREE_TYPE (op0) != *restype_ptr)2331 if (op1 == primop1 && TREE_TYPE (op1) != *restype_ptr)2399 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr))2404 int unsignedp = TREE_UNSIGNED (*restype_ptr);2420 *restype_ptr = c_common_signed_type (*restype_ptr);2422 if (TREE_TYPE (primop1) != *restype_ptr)2423 primop1 = convert (*restype_ptr, primop1);2424 if (type != *restype_ptr)[all …]