Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1944 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1949 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1964 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1967 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1970 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1975 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1977 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1978 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()2007 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local2008 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()