class CleanupPadInst

Declaration

class CleanupPadInst : public FuncletPadInst { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Instructions.h:4395

Inherits from: FuncletPadInst

Member Variables

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 29
public static MaximumAlignment = 1U << MaxAlignmentExponent

Method Overview

  • public static llvm::CleanupPadInst * Create(llvm::Value * ParentPad, ArrayRef<llvm::Value *> Args = <null expr>, const llvm::Twine & NameStr = "", llvm::Instruction * InsertBefore = nullptr)
  • public static llvm::CleanupPadInst * Create(llvm::Value * ParentPad, ArrayRef<llvm::Value *> Args, const llvm::Twine & NameStr, llvm::BasicBlock * InsertAtEnd)
  • public static bool classof(const llvm::Instruction * I)
  • public static bool classof(const llvm::Value * V)

Inherited from FuncletPadInst:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static llvm::CleanupPadInst* Create(
    llvm::Value* ParentPad,
    ArrayRef<llvm::Value*> Args = <null expr>,
    const llvm::Twine& NameStr = "",
    llvm::Instruction* InsertBefore = nullptr)

Declared at: llvm/include/llvm/IR/Instructions.h:4409

Parameters

llvm::Value* ParentPad
ArrayRef<llvm::Value*> Args = <null expr>
const llvm::Twine& NameStr = ""
llvm::Instruction* InsertBefore = nullptr

static llvm::CleanupPadInst* Create(
    llvm::Value* ParentPad,
    ArrayRef<llvm::Value*> Args,
    const llvm::Twine& NameStr,
    llvm::BasicBlock* InsertAtEnd)

Declared at: llvm/include/llvm/IR/Instructions.h:4417

Parameters

llvm::Value* ParentPad
ArrayRef<llvm::Value*> Args
const llvm::Twine& NameStr
llvm::BasicBlock* InsertAtEnd

static bool classof(const llvm::Instruction* I)

Description

Methods for support type inquiry through isa, cast, and dyn_cast:

Declared at: llvm/include/llvm/IR/Instructions.h:4425

Parameters

const llvm::Instruction* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/Instructions.h:4428

Parameters

const llvm::Value* V