Searched defs:getNumCases (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h516 unsigned getNumCases() const { return Cases.size(); } function in class:llvm::SwitchOpcodeMatcher
570 unsigned getNumCases() const { return Cases.size(); } function in class:llvm::SwitchTypeMatcher
/external/llvm/include/llvm/IR/
H A DInstructions.h2681 assert(Index < SI->getNumCases() && "Index out the number of cases.");
2687 assert((Index < SI->getNumCases() ||
2698 assert((Index == DefaultPseudoIndex || Index < SI->getNumCases()) &&
2705 // Note: Index == getNumCases() means end().
2706 assert(Index+1 <= SI->getNumCases() && "Index out the number of cases.");
2717 // Note: Index == getNumCases() means end().
2719 assert((Index == 0 || Index-1 <= SI->getNumCases()) &&
2756 assert(Index < SI->getNumCases() && "Index out the number of cases.");
2793 /// getNumCases - return the number of 'cases' in this switch instruction,
2795 unsigned getNumCases() cons function in class:llvm::SwitchInst
[all...]

Completed in 387 milliseconds