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