Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp1023 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local
1024 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp4174 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4177 if (condInt == lhsInt) { in shouldAddCase()
4181 else if (condInt > lhsInt) { in shouldAddCase()