Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp822 if (useSemantics && Int.getBitWidth() != Sort->getBitvectorSortSize()) { in toAPSInt()
833 if (Sort->getBitvectorSortSize() <= 64 || in toAPSInt()
834 Sort->getBitvectorSortSize() == 128) { in toAPSInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h42 virtual unsigned getBitvectorSortSize() const { in getBitvectorSortSize() function