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