Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h436 static std::pair<uint64_t, bool> splitSigned(int64_t N) { in splitSigned() function
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale()
668 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse()