Searched refs:condInt (Results 1 – 1 of 1) sorted by relevance
2763 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local2765 if (condInt == lhsInt) { in shouldAddCase()2769 else if (condInt < lhsInt) { in shouldAddCase()2773 if (V2 <= condInt) { in shouldAddCase()