Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSMTAPI.h184 virtual SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h111 return Solver->mkBVAdd(LHS, RHS); in fromBinOp()
/llvm-project-15.0.7/llvm/lib/Support/
H A DZ3Solver.cpp351 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd() function in __anonae660b540111::Z3Solver