Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp308 SMTSortRef getBitvectorSort(unsigned BitWidth) override { in getBitvectorSort() function in __anonca7d1dd80111::Z3Solver
727 const Z3_sort Z3Sort = toZ3Sort(*getBitvectorSort(BitWidth)).Sort; in mkBitvector()
791 SMTSortRef BVSort = getBitvectorSort(Sort->getFloatSortSize()); in toAPFloat()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h163 virtual SMTSortRef getBitvectorSort(const unsigned BitWidth) = 0;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h35 return Solver->getBitvectorSort(BitWidth); in mkSort()