Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1096 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local
1097 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp4385 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4388 if (condInt == lhsInt) { in shouldAddCase()
4392 else if (condInt > lhsInt) { in shouldAddCase()