Home
last modified time | relevance | path

Searched defs:ScaleDiff (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp124 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { in compareImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h300 int32_t ScaleDiff = int32_t(LScale) - RScale; in matchScales() local