Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSMTAPI.h328 virtual SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) = 0;
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h177 return Solver->mkFPIsInfinite(LHS); in fromFloatSpecialBinOp()
/llvm-project-15.0.7/llvm/lib/Support/
H A DZ3Solver.cpp498 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite() function in __anonae660b540111::Z3Solver