Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h432 static std::pair<uint64_t, bool> splitSigned(int64_t N) { in splitSigned() function
660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale()
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse()