Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp739 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector() local
741 reinterpret_cast<const uint64_t &>(BitReprAsSigned); in mkBitvector()
745 ? Z3_mk_int64(Context.Context, BitReprAsSigned, Z3Sort) in mkBitvector()