Home
last modified time | relevance | path

Searched refs:MinByte (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp127 uint64_t MinByte = 0; in findLowestOffset() local
130 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
132 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
159 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
160 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
176 return (MinByte + I) * 8 + in findLowestOffset()
191 return (MinByte + I) * 8; in findLowestOffset()