Searched refs:SRK_LENRANGE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c80 SRK_LENRANGE, enumerator in enum:strlen_range_kind
1317 && rkind == SRK_LENRANGE)
1361 if (!val && rkind == SRK_LENRANGE)
1538 if (rkind == SRK_LENRANGE)
1593 return rkind == SRK_LENRANGE || !integer_all_onesp (val);
1655 if (rkind != SRK_LENRANGE)
1672 /* Unless RKIND == SRK_LENRANGE, all arguments of the PHI node
1689 if (rkind != SRK_LENRANGE)
1729 if (!get_range_strlen (arg, &visited, SRK_LENRANGE, pdata, eltsize))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc82 SRK_LENRANGE, enumerator in enum:strlen_range_kind
1565 && rkind == SRK_LENRANGE)
1609 if (!val && rkind == SRK_LENRANGE)
1786 if (rkind == SRK_LENRANGE)
1841 return rkind == SRK_LENRANGE || !integer_all_onesp (val);
1901 if (rkind != SRK_LENRANGE)
1918 /* Unless RKIND == SRK_LENRANGE, all arguments of the PHI node
1935 if (rkind != SRK_LENRANGE)
1975 if (!get_range_strlen (arg, visited, SRK_LENRANGE, pdata, eltsize))

Completed in 109 milliseconds