Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp111 uint64_t BranchProbability::scaleByInverse(uint64_t Num) const { in scaleByInverse() function in BranchProbability
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h655 uint64_t scaleByInverse(uint64_t N) const { in scaleByInverse() function
664 int64_t scaleByInverse(int64_t N) const { in scaleByInverse() function