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