Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMTAPI.h38 virtual bool isBooleanSort() const { return isBooleanSortImpl(); } in isBooleanSort() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp829 if (Sort->isBooleanSort()) { in toAPSInt()