Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h34 return Solver->getFloatSort(BitWidth); in mkSort()
289 return Solver->mkFPtoFP(Exp, Solver->getFloatSort(ToBitWidth)); in fromCast()
295 SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast()
H A DSMTSolver.h38 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp659 getFloatSort(llvm::APFloat::semanticsSizeInBits(Float.getSemantics())); in mkFloat()