Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
2124 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local2129 NumNonZeroBytes += in GetNumNonZeroBytesInInit()2144 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()2147 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()2150 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()2155 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local2157 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()2158 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()2187 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local2188 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()