Searched defs:ConstCaseIt (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/IR/
H A DInstructions.h2670 ConstCaseIt; typedef in class:llvm::SwitchInst
2733 ConstCaseIt case_begin() const {
2734 return ConstCaseIt(this, 0);
2744 ConstCaseIt case_end() const {
2745 return ConstCaseIt(this, getNumCases());
2754 iterator_range<ConstCaseIt> cases() const {
2755 return iterator_range<ConstCaseIt>(case_begin(), case_end());
2766 ConstCaseIt case_default() const {
2767 return ConstCaseIt(this, DefaultPseudoIndex);
2780 ConstCaseIt findCaseValu
[all...]

Completed in 64 milliseconds