Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h380 virtual SMTExprRef mkFPEqual(const SMTExprRef &LHS,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h241 return Solver->mkFPEqual(LHS, RHS); in fromFloatBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp592 SMTExprRef mkFPEqual(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkFPEqual() function in __anona2cc94240111::Z3Solver