Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp694 llvm::APFloat &Float, bool useSemantics) { in toAPFloat() argument
705 if (useSemantics && !areEquivalent(Float.getSemantics(), Semantics)) { in toAPFloat()
715 llvm::APSInt &Int, bool useSemantics) { in toAPSInt() argument
717 if (useSemantics && Int.getBitWidth() != Sort->getBitvectorSortSize()) { in toAPSInt()
739 if (useSemantics && Int.getBitWidth() < 1) { in toAPSInt()