Searched refs:highval (Results 1 – 2 of 2) sorted by relevance
2274 CORE_ADDR highval = in scan_xcoff_symtab() local2276 if (highval > pst->texthigh) in scan_xcoff_symtab()2277 pst->texthigh = highval; in scan_xcoff_symtab()
5178 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument5187 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type()5196 if (host_integerp (lowval, 0) && highval != 0 && host_integerp (highval, 0)) in build_range_type()5197 return type_hash_canon (tree_low_cst (highval, 0) in build_range_type()5208 build_index_2_type (tree lowval, tree highval) in build_index_2_type() argument5210 return build_range_type (sizetype, lowval, highval); in build_index_2_type()