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