Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp238 uint64_t MinByte = 0; in findLowestOffset() local
241 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
243 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
270 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
271 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
287 return (MinByte + I) * 8 + llvm::countr_zero(uint8_t(~BitsUsed)); in findLowestOffset()
303 return alignTo((MinByte + I) * 8, Size); in findLowestOffset()