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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h387 llvm::APSInt NewRInt; local
388 std::tie(NewRInt, RTy) = fixAPSInt(Ctx, SIE->getRHS());
390 Solver->mkBitvector(NewRInt, NewRInt.getBitWidth());

Completed in 64 milliseconds