Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1131 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local
1132 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3936 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
3939 if (condInt == lhsInt) { in shouldAddCase()
3943 else if (condInt > lhsInt) { in shouldAddCase()