On 08/07/2014 08:40 AM, Tom Stellard wrote: > + unsigned TypeByteSize = !SrcVT.isVector() ? EltVT.getSizeInBits() / 8 : > + SrcVT.getSizeInBits() / 8; Should use getStoreSize() instead of / 8