HomeSort by relevance Sort by last modified time
    Searched defs:TerminatorInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h 29 // TerminatorInst Class
35 class TerminatorInst : public Instruction {
37 TerminatorInst(Type *Ty, Instruction::TermOps iType,
42 TerminatorInst(Type *Ty, Instruction::TermOps iType,
47 ~TerminatorInst() override;
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 41 // TerminatorInst Class
45 TerminatorInst::~TerminatorInst() {
570 : TerminatorInst(II.getType(), Instruction::Invoke,
641 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
651 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
658 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
665 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
691 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
697 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume
    [all...]

Completed in 53 milliseconds