Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h350 virtual SMTExprRef mkFPIsZero(const SMTExprRef &Exp) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h186 return Solver->mkFPIsZero(LHS); in fromFloatSpecialBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp525 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero() function in __anona2cc94240111::Z3Solver