Searched refs:MaxIntSize (Results 1 – 2 of 2) sorted by relevance
136 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8; in isProfitableToUseMemset() local137 if (MaxIntSize == 0) in isProfitableToUseMemset()138 MaxIntSize = 1; in isProfitableToUseMemset()139 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()142 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset()
5993 unsigned MaxIntSize = Subtarget.is64Bit() ? 64 : 32; in canMergeStoresTo() local5994 return (MemVT.getSizeInBits() <= MaxIntSize); in canMergeStoresTo()