Searched refs:lhsInt (Results 1 – 2 of 2) sorted by relevance
871 if (Optional<loc::ConcreteInt> lhsInt = lhs.getAs<loc::ConcreteInt>()) { in evalBinOpLN() local872 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
3166 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local3169 if (condInt == lhsInt) { in shouldAddCase()3173 else if (condInt > lhsInt) { in shouldAddCase()