Searched defs:TerminatorInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstrTypes.h29 // TerminatorInst Class
32 /// TerminatorInst - Subclasses of this class are all able to terminate a basic
35 class TerminatorInst : public Instruction { class in namespace:llvm
37 TerminatorInst(Type *Ty, Instruction::TermOps iType, function in class:llvm::TerminatorInst
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, function in class:llvm::TerminatorInst
47 ~TerminatorInst();
54 TerminatorInst *clone_impl() const override = 0;
/external/llvm/lib/IR/
H A DInstructions.cpp41 // TerminatorInst Class
45 TerminatorInst::~TerminatorInst() {
557 : TerminatorInst(II.getType(), Instruction::Invoke,
616 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
626 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
633 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
640 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
666 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
672 : TerminatorInst(Typ
[all...]

Completed in 139 milliseconds