Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1931 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1936 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1951 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1954 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1957 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1962 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1964 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1965 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1994 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local1995 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()