Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h103 std::optional<int64_t> tryExtValue() const { in tryExtValue() function
/llvm-project/llvm/unittests/ADT/
H A DAPSIntTest.cpp86 TEST(APSIntTest, tryExtValue) { in TEST() argument