Searched refs:isRepresentableByInt64 (Results 1 – 3 of 3) sorted by relevance
90 bool isRepresentableByInt64() const { in isRepresentableByInt64() function100 assert(isRepresentableByInt64() && "Too many bits for int64_t"); in getExtValue()105 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
744 if (LLVM_UNLIKELY(!Int.isRepresentableByInt64())) { in mkBitvector()
16018 if (!Result.isRepresentableByInt64()) { in VerifyPositiveIntegerConstantInClause()