Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTSort.h40 virtual unsigned getBitvectorSortSize() const { in getBitvectorSortSize() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp717 if (useSemantics && Int.getBitWidth() != Sort->getBitvectorSortSize()) { in toAPSInt()
728 if (Sort->getBitvectorSortSize() <= 64 || in toAPSInt()
729 Sort->getBitvectorSortSize() == 128) { in toAPSInt()