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