Searched refs:NewLoadByteSize (Results 1 – 1 of 1) sorted by relevance
330 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits()/8U; in getLoadLoadClobberFullWidthSize() local331 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()336 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()337 !DL.fitsInLegalInteger(NewLoadByteSize*8)) in getLoadLoadClobberFullWidthSize()340 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()349 if (LIOffs+NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()350 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()352 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()