Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h251 virtual SMTExprRef mkBVSgt(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h128 return isSigned ? Solver->mkBVSgt(LHS, RHS) : Solver->mkBVUgt(LHS, RHS); in fromBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp459 SMTExprRef mkBVSgt(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSgt() function in __anona2cc94240111::Z3Solver