Searched refs:mkBitvector (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 274 Exp, Solver->mkBitvector(llvm::APSInt("1"), ToBitWidth), in fromCast() 275 Solver->mkBitvector(llvm::APSInt("0"), ToBitWidth)); in fromCast() 395 Solver->mkBitvector(NewRInt, NewRInt.getBitWidth()); in getSymBinExpr() 403 Solver->mkBitvector(NewLInt, NewLInt.getBitWidth()); in getSymBinExpr() 522 Solver->mkBitvector(llvm::APSInt("0"), Ctx.getTypeSize(Ty)), in getZeroExpr() 539 Solver->mkBitvector(NewFromInt, NewFromInt.getBitWidth()); in getRangeExpr() 554 Solver->mkBitvector(NewToInt, NewToInt.getBitWidth()); in getRangeExpr()
|
| H A D | SMTConstraintManager.h | 144 : Solver->mkBitvector(Value, Value.getBitWidth()), in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 412 virtual SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) = 0;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 728 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector() function in __anon0349533b0111::Z3Solver 755 SMTExprRef Z3Int = mkBitvector(Int, Int.getBitWidth()); in mkFloat()
|