Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp209 uint64_t MinByte = 0; in findLowestOffset() local
212 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
214 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
241 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
242 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
258 return (MinByte + I) * 8 + llvm::countr_zero(uint8_t(~BitsUsed)); in findLowestOffset()
272 return (MinByte + I) * 8; in findLowestOffset()