Searched refs:NumNonZeroBytes (Results 1 – 1 of 1) sorted by relevance
1955 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1960 NumNonZeroBytes += in GetNumNonZeroBytesInInit()1975 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()1978 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()1981 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()1986 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local1988 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()1989 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()2018 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local2019 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()