Searched refs:NewFromInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h508 llvm::APSInt NewFromInt; local
509 std::tie(NewFromInt, FromTy) = fixAPSInt(Ctx, From);
511 Solver->mkBitvector(NewFromInt, NewFromInt.getBitWidth());

Completed in 138 milliseconds