Searched refs:condInt (Results 1 – 1 of 1) sorted by relevance
3167 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local3169 if (condInt == lhsInt) { in shouldAddCase()3173 else if (condInt > lhsInt) { in shouldAddCase()3177 if (V2 >= condInt) { in shouldAddCase()