Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPSInt.h89 int64_t getExtValue() const { in getExtValue() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPSIntTest.cpp65 TEST(APSIntTest, getExtValue) { in TEST() argument