Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1023 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local
1024 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4167 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4170 if (condInt == lhsInt) { in shouldAddCase()
4174 else if (condInt > lhsInt) { in shouldAddCase()