Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp286 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
287 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()