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