Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMTAPI.h328 virtual SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) = 0;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h177 return Solver->mkFPIsInfinite(LHS); in fromFloatSpecialBinOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp496 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite() function in __anondfffcc6f0111::Z3Solver