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