Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp213 uint64_t MinByte = 0; in findLowestOffset() local
216 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
218 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
245 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
246 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
262 return (MinByte + I) * 8 + countTrailingZeros(uint8_t(~BitsUsed)); in findLowestOffset()
276 return (MinByte + I) * 8; in findLowestOffset()