Searched refs:CRHi (Results 1 – 1 of 1) sorted by relevance
1473 llvm::APSInt &CRHi = HiVals[i]; in ActOnFinishSwitchStmt() local1485 if (I != CaseVals.end() && I->first < CRHi) { in ActOnFinishSwitchStmt()1491 I = std::upper_bound(I, CaseVals.end(), CRHi, CaseCompareFunctor()); in ActOnFinishSwitchStmt()