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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp177 unsigned MaxIntSize = TD.getLargestLegalIntTypeSize(); local
178 if (MaxIntSize == 0)
179 MaxIntSize = 1;
180 unsigned NumPointerStores = Bytes / MaxIntSize;
183 unsigned NumByteStores = Bytes - NumPointerStores * MaxIntSize;

Completed in 89 milliseconds