Searched refs:MaxIntSize (Results 1 – 1 of 1) sorted by relevance
181 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8; in isProfitableToUseMemset() local182 if (MaxIntSize == 0) in isProfitableToUseMemset()183 MaxIntSize = 1; in isProfitableToUseMemset()184 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()187 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset()