Home
last modified time | relevance | path

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

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