Home
last modified time | relevance | path

Searched refs:offmax (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc607 offmax[0] = offmax[1] = 0;
928 return offmax[0] >= 0 && offmax[1] <= sizrng[1]; in offset_in_range()
931 return offmax[0] > -maxoff && offmax[1] < maxoff; in offset_in_range()
970 if (offmax[0] > 0) in add_offset()
971 offmax[0] = 0; in add_offset()
989 if (offrng[1] < 0 && offrng[1] < offmax[0]) in add_offset()
990 offmax[0] = offrng[1]; in add_offset()
991 if (offrng[0] > 0 && offrng[0] > offmax[1]) in add_offset()
992 offmax[1] = offrng[0]; in add_offset()
H A Dgimple-array-bounds.cc535 if (aref.offmax[i] < -aref.sizrng[1] || aref.offmax[i = 1] > ubound) in check_mem_ref()
537 HOST_WIDE_INT tmpidx = (aref.offmax[i] / eltsize).to_shwi (); in check_mem_ref()
H A Dpointer-query.h137 offset_int offmax[2]; member
H A DChangeLog-202120819 * builtins.c (access_ref::access_ref): Also set offmax.
20821 (access_ref::add_offset): Set offmax.
20825 * builtins.h (struct access_ref): Add offmax member.