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