Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h672 int compareTo(uint64_t N) const { in compareTo() function
675 int compareTo(int64_t N) const { return N < 0 ? 1 : compareTo(uint64_t(N)); } in compareTo() function