Searched refs:NewLoadByteSize (Results 1 – 1 of 1) sorted by relevance
286 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local287 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()292 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()293 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()296 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()307 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()308 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()310 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()