Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTSort.h30 virtual bool isBitvectorSort() const { return isBitvectorSortImpl(); } in isBitvectorSort() function
41 assert(isBitvectorSort() && "Not a bitvector sort!"); in getBitvectorSortSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp716 if (Sort->isBitvectorSort()) { in toAPSInt()