Searched refs:fromFloatBinOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 201 static inline llvm::SMTExprRef fromFloatBinOp(llvm::SMTSolverRef &Solver, in fromFloatBinOp() function 245 fromFloatBinOp(Solver, LHS, BO_EQ, RHS)); in fromFloatBinOp() 374 ? fromFloatBinOp(Solver, NewLHS, Op, NewRHS) in getBinExpr() 508 return fromFloatBinOp(Solver, Exp, Assumption ? BO_EQ : BO_NE, in getZeroExpr()
|