Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h365 virtual SMTExprRef mkFPSub(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h224 return Solver->mkFPSub(LHS, RHS); in fromFloatBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp560 SMTExprRef mkFPSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkFPSub() function in __anona2cc94240111::Z3Solver