Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1124 if (std::optional<loc::ConcreteInt> lhsInt = in evalBinOpLN() local
1126 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4450 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4453 if (condInt == lhsInt) { in shouldAddCase()
4457 else if (condInt > lhsInt) { in shouldAddCase()