Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp128 uint64_t MinByte = 0; in findLowestOffset() local
131 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
133 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
160 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
161 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
177 return (MinByte + I) * 8 + in findLowestOffset()
192 return (MinByte + I) * 8; in findLowestOffset()