Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp63 uint64_t MinByte = 0; in findLowestOffset() local
66 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
68 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
95 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
96 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
112 return (MinByte + I) * 8 + in findLowestOffset()
127 return (MinByte + I) * 8; in findLowestOffset()