Searched refs:lhsInt (Results 1 – 2 of 2) sorted by relevance
1098 if (std::optional<loc::ConcreteInt> lhsInt = in evalBinOpLN() local1100 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
4444 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local4447 if (condInt == lhsInt) { in shouldAddCase()4451 else if (condInt > lhsInt) { in shouldAddCase()