Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lhsInt

3166       const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx);
3169 if (condInt == lhsInt) {
3173 else if (condInt > lhsInt) {