Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp220 APSIntType resultIntTy = BasicVals.getAPSIntType(resultTy); in MakeSymIntVal() local
221 if (isNegationValuePreserving(RHS, resultIntTy)) { in MakeSymIntVal()
222 ConvertedRHS = &BasicVals.getValue(-resultIntTy.convert(RHS)); in MakeSymIntVal()