Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h89 bool isRepresentableByInt64() const { in isRepresentableByInt64() function
99 assert(isRepresentableByInt64() && "Too many bits for int64_t"); in getExtValue()
104 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp744 if (LLVM_UNLIKELY(!Int.isRepresentableByInt64())) { in mkBitvector()