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

References

include/llvm/IR/Instructions.h
 3269     operator CaseIteratorImpl<ConstCaseHandle>() const {
 3270       return CaseIteratorImpl<ConstCaseHandle>(Case.SI, Case.Index);
 3307   using ConstCaseIt = CaseIteratorImpl<ConstCaseHandle>;
lib/Transforms/Utils/CloneFunction.cpp
  411       SwitchInst::ConstCaseHandle Case = *SI->findCaseValue(Cond);