Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h403 virtual SMTExprRef mkFPtoUBV(const SMTExprRef &From, unsigned ToWidth) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h307 : Solver->mkFPtoUBV(Exp, ToBitWidth); in fromCast()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp728 SMTExprRef mkFPtoUBV(const SMTExprRef &From, unsigned ToWidth) override { in mkFPtoUBV() function in __anona2cc94240111::Z3Solver