Searched refs:NewLoadByteSize (Results 1 – 1 of 1) sorted by relevance
336 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits()/8U; in getLoadLoadClobberFullWidthSize() local337 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()342 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()343 !DL.fitsInLegalInteger(NewLoadByteSize*8)) in getLoadLoadClobberFullWidthSize()346 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()355 if (LIOffs+NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()356 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()358 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()