Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1904 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1909 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1924 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1927 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1930 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1935 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1937 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1938 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1967 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1968 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()