Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp871 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local
872 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/external/clang/lib/Analysis/
DCFG.cpp3193 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
3196 if (condInt == lhsInt) { in shouldAddCase()
3200 else if (condInt > lhsInt) { in shouldAddCase()