Searched refs:MaxIntSize (Results 1 – 2 of 2) sorted by relevance
144 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8; in isProfitableToUseMemset() local145 if (MaxIntSize == 0) in isProfitableToUseMemset()146 MaxIntSize = 1; in isProfitableToUseMemset()147 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()150 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset()
3465 unsigned MaxIntSize = Subtarget.is64Bit() ? 64 : 32; in canMergeStoresTo() local3466 return (MemVT.getSizeInBits() <= MaxIntSize); in canMergeStoresTo()