Searched refs:lhsInt (Results 1 – 1 of 1) sorted by relevance
4450 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local4453 if (condInt == lhsInt) { in shouldAddCase()4457 else if (condInt > lhsInt) { in shouldAddCase()