Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp470 if (const llvm::APSInt *KnownRHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local
471 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN()