Home
last modified time | relevance | path

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

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