Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1319 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1335 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1338 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1341 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1346 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1348 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1349 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1378 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1379 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()