Searched refs:NewLoadByteSize (Results 1 – 1 of 1) sorted by relevance
290 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local291 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()296 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()297 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()300 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()311 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()312 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()314 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()