reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/CFGPrinter.h
  142       auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
include/llvm/IR/Instructions.h
 3349   ConstCaseIt case_begin() const {
 3361   ConstCaseIt case_end() const {
 3371   iterator_range<ConstCaseIt> cases() const {
 3383   ConstCaseIt case_default() const {
 3399   ConstCaseIt findCaseValue(const ConstantInt *C) const {
 3400     ConstCaseIt I = llvm::find_if(cases(), [C](ConstCaseHandle &Case) {
unittests/IR/InstructionsTest.cpp
  732   SwitchInst::ConstCaseIt CCE = SI->case_end();