Lines Matching defs:NumNonZeroBytes
1981 CharUnits NumNonZeroBytes = CharUnits::Zero();
1986 NumNonZeroBytes +=
2001 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
2004 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
2007 return NumNonZeroBytes;
2012 CharUnits NumNonZeroBytes = CharUnits::Zero();
2014 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
2015 return NumNonZeroBytes;
2044 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);
2045 if (NumNonZeroBytes*4 > Size)