Searched refs:bitmaxsize (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 3255 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local 3279 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref() 3310 bitmaxsize = -1; in get_constraint_for_component_ref() 3339 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref() 3352 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref() 3385 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref() 3403 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-structalias.cc | 3262 poly_int64 bitmaxsize = -1; in get_constraint_for_component_ref() local 3286 t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize, &reverse); in get_constraint_for_component_ref() 3317 bitmaxsize = -1; in get_constraint_for_component_ref() 3346 && maybe_ne (bitmaxsize, 0)) in get_constraint_for_component_ref() 3359 curr->size, bitpos, bitmaxsize)) in get_constraint_for_component_ref() 3392 else if (known_eq (bitmaxsize, 0)) in get_constraint_for_component_ref() 3410 || maybe_ne (bitsize, bitmaxsize) in get_constraint_for_component_ref()
|
H A D | ChangeLog-2007 | 10775 (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
|