Home
last modified time | relevance | path

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

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