Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1127 if (std::optional<loc::ConcreteInt> lhsInt = in evalBinOpLN() local
1129 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4562 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4565 if (condInt == lhsInt) { in shouldAddCase()
4569 else if (condInt > lhsInt) { in shouldAddCase()