Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1692 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1697 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1712 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1715 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1718 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1723 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1725 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1726 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1755 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1756 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()