Home
last modified time | relevance | path

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

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