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