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

/external/llvm/include/llvm/Support/
H A DScaledNumber.h434 static std::pair<uint64_t, bool> splitSigned(int64_t N) { function in namespace:llvm::ScaledNumbers
662 std::pair<uint64_t, bool> Unsigned = splitSigned(N);
666 std::pair<uint64_t, bool> Unsigned = splitSigned(N);

Completed in 1581 milliseconds