Searched refs:NumNonZeroBytes (Results 1 – 2 of 2) sorted by relevance
1352 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1357 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1372 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1375 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1378 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1383 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1385 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1386 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1415 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1416 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()
1896 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1901 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1916 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1919 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1922 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1927 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1929 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1930 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1959 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1960 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()