Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DSMTAPI.h187 virtual SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h114 return Solver->mkBVSub(LHS, RHS); in fromBinOp()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp357 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub() function in __anon25857d310111::Z3Solver