Home | History | Annotate | Download | only in llvm

Lines Matching defs:getNumCases

2455   /// getNumCases - return the number of 'cases' in this switch instruction.
2457 unsigned getNumCases() const {
2464 assert(i && i < getNumCases() && "Illegal case value to get!");
2471 assert(i && i < getNumCases() && "Illegal case value to get!");
2479 for (unsigned i = 1, e = getNumCases(); i != e; ++i)
2491 for (unsigned i = 1, e = getNumCases(); i != e; ++i) {