Searched refs:compareImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp124 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { function in class:ScaledNumbers
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h244 int compareImpl(uint64_t L, uint64_t R, int ScaleDiff);
268 return compareImpl(LDigits, RDigits, RScale - LScale);
270 return -compareImpl(RDigits, LDigits, LScale - RScale);

Completed in 89 milliseconds