Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp732 if (LLVM_UNLIKELY(!Int.isRepresentableByInt64())) { in mkBitvector()