Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DSMTAPI.h331 virtual SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) = 0;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h180 return Solver->mkFPIsNaN(LHS); in fromFloatSpecialBinOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DZ3Solver.cpp501 SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) override { in mkFPIsNaN() function in __anon5ae4843c0111::Z3Solver