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