Searched refs:NewLoadByteSize (Results 1 – 2 of 2) sorted by relevance
292 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local293 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()298 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()299 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()302 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()311 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()312 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()314 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
314 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits()/8U; in getLoadLoadClobberFullWidthSize() local315 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()320 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()321 !TD.fitsInLegalInteger(NewLoadByteSize*8)) in getLoadLoadClobberFullWidthSize()325 if (LIOffs+NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()326 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()328 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()