Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1908 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1913 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1928 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1931 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1934 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1939 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1941 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1942 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1971 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1972 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()