Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp785 llvm::APFloat &Float, bool useSemantics) { in toAPFloat() argument
796 if (useSemantics && !areEquivalent(Float.getSemantics(), Semantics)) { in toAPFloat()
806 llvm::APSInt &Int, bool useSemantics) { in toAPSInt() argument
808 if (useSemantics && Int.getBitWidth() != Sort->getBitvectorSortSize()) { in toAPSInt()
830 if (useSemantics && Int.getBitWidth() < 1) { in toAPSInt()