| Instructions.h | 3401 CaseIt case_end() { function in class:llvm::CallInst::SwitchInst 3407 ConstCaseIt case_end() const { function in class:llvm::CallInst::SwitchInst 3413 return make_range(case_begin(), case_end()); 3418 return make_range(case_begin(), case_end()); 3440 if (I != case_end()) 3449 if (I != case_end()) 3477 /// This action invalidates case_end(). Old case_end() iterator will 3486 /// including the case_end() iterator. It returns an iterator for the next
|