Searched refs:isRepresentableByInt64 (Results 1 – 2 of 2) sorted by relevance
89 bool isRepresentableByInt64() const { in isRepresentableByInt64() function99 assert(isRepresentableByInt64() && "Too many bits for int64_t"); in getExtValue()104 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
744 if (LLVM_UNLIKELY(!Int.isRepresentableByInt64())) { in mkBitvector()