Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp859 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) { in evalBinOpLN() local
860 const llvm::APSInt *x = &rhsInt->getValue(); in evalBinOpLN()
876 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) { in evalBinOpLN() local
880 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()