Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()