Home
last modified time | relevance | path

Searched refs:MaxIntSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp186 unsigned MaxIntSize = DL.getLargestLegalIntTypeSize(); in isProfitableToUseMemset() local
187 if (MaxIntSize == 0) in isProfitableToUseMemset()
188 MaxIntSize = 1; in isProfitableToUseMemset()
189 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()
192 unsigned NumByteStores = Bytes - NumPointerStores * MaxIntSize; in isProfitableToUseMemset()