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