Home
last modified time | relevance | path

Searched refs:NewLoadByteSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp283 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
284 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
289 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
290 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
293 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
304 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
305 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
307 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()