Home
last modified time | relevance | path

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

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