Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp205 APSIntType resultIntTy = BasicVals.getAPSIntType(resultTy); in MakeSymIntVal() local
206 if (isNegationValuePreserving(RHS, resultIntTy)) { in MakeSymIntVal()
207 ConvertedRHS = &BasicVals.getValue(-resultIntTy.convert(RHS)); in MakeSymIntVal()