Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1898 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1903 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1918 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1921 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1924 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1929 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1931 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1932 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1961 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1962 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()