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

References

include/llvm/IR/IRBuilder.h
  949         InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args, OpBundles),
  956     return Insert(InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args),
include/llvm/IR/Instructions.h
 3750     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 3759     return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
 3783     return Create(cast<FunctionType>(
 3795     return Create(cast<FunctionType>(
lib/AsmParser/LLParser.cpp
 6124       InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);
lib/Bitcode/Reader/BitcodeReader.cpp
 4530       I = InvokeInst::Create(FTy, Callee, NormalBB, UnwindBB, Ops,
lib/IR/Instructions.cpp
  764   auto *NewII = InvokeInst::Create(II->getFunctionType(), II->getCalledValue(),
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4808         NewCaller = InvokeInst::Create(NewFTy, NewCallee,
unittests/IR/InstructionsTest.cpp
  575       InvokeInst::Create(FnTy, Callee, NormalDest.get(), UnwindDest.get(), Args,