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

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp871 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) {
872 const llvm::APSInt &leftI = lhsInt->getValue();
/external/clang/lib/Analysis/
H A DCFG.cpp3022 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); local
3025 if (condInt == lhsInt) {
3029 else if (condInt < lhsInt) {

Completed in 159 milliseconds