Searched refs:getBitvectorSortSize (Results 1 – 2 of 2) sorted by relevance
822 if (useSemantics && Int.getBitWidth() != Sort->getBitvectorSortSize()) { in toAPSInt()833 if (Sort->getBitvectorSortSize() <= 64 || in toAPSInt()834 Sort->getBitvectorSortSize() == 128) { in toAPSInt()
42 virtual unsigned getBitvectorSortSize() const { in getBitvectorSortSize() function