Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lhsInt

2735       const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx);
2738 if (condInt == lhsInt) {
2742 else if (condInt < lhsInt) {