Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp141 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()
301 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite()
303 AbsoluteDifference(CachedInterval.first, Intersection.first); in fixCacheAfterWrite()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp266 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -() local
269 if (AbsoluteDifference > MaxInt64) { in operator -()
270 AbsoluteDifference -= MaxInt64; in operator -()
275 if (AbsoluteDifference > static_cast<uint64_t>(-(MinInt64 - Result))) in operator -()
277 Result -= static_cast<int64_t>(AbsoluteDifference); in operator -()
281 return ExpressionValue(-static_cast<int64_t>(AbsoluteDifference)); in operator -()
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC); in profileFromTrace()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h596 std::enable_if_t<std::is_unsigned<T>::value, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp369 int64_t diff = AbsoluteDifference(s, p + 4) + margin; in isInRange()
380 int64_t diff = AbsoluteDifference(s, p) + margin; in isInRange()