Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp181 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8; in isProfitableToUseMemset() local
182 if (MaxIntSize == 0) in isProfitableToUseMemset()
183 MaxIntSize = 1; in isProfitableToUseMemset()
184 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()
187 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset()