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

References

lib/CodeGen/IndirectBrExpandPass.cpp
  211   auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  676   auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH);
lib/Transforms/Utils/CodeExtractor.cpp
 1180       SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)),
tools/clang/lib/CodeGen/CGCleanup.cpp
  370       llvm::SwitchInst::Create(Load, Br->getSuccessor(0), 4, Block);
unittests/Analysis/BranchProbabilityInfoTest.cpp
   73   auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB);
unittests/IR/InstructionsTest.cpp
  708       SwitchInst::Create(UndefValue::get(Int32Ty), BB0.get(), 3, BB0.get());
  771       SwitchInst::Create(UndefValue::get(Int32Ty), BB0.get(), 4, BB0.get());