Home | History | Annotate | Download | only in IR

Lines Matching refs:ConstCaseIt

2508                         SubsetsConstIt, const BasicBlock> ConstCaseIt;
2553 ConstCaseIt case_begin() const {
2554 return ConstCaseIt(this, 0, TheSubsets.begin());
2564 ConstCaseIt case_end() const {
2565 return ConstCaseIt(this, getNumCases(), TheSubsets.end());
2575 ConstCaseIt case_default() const {
2576 return ConstCaseIt(this, DefaultPseudoIndex, TheSubsets.end());
2589 ConstCaseIt findCaseValue(const ConstantInt *C) const {
2590 for (ConstCaseIt i = case_begin(), e = case_end(); i != e; ++i)
2645 for (ConstCaseIt i = case_begin(), e = case_end();