class VAArgInst

Declaration

class VAArgInst : public UnaryInstruction { /* full declaration omitted */ };

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

Inherits from: UnaryInstruction

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 VAArgInst(llvm::Value * List, llvm::Type * Ty, const llvm::Twine & NameStr = "", llvm::Instruction * InsertBefore = nullptr)
  • public VAArgInst(llvm::Value * List, llvm::Type * Ty, const llvm::Twine & NameStr, llvm::BasicBlock * InsertAtEnd)
  • public static bool classof(const llvm::Instruction * I)
  • public static bool classof(const llvm::Value * V)
  • protected llvm::VAArgInst * cloneImpl() const
  • public llvm::Value * getPointerOperand()
  • public const llvm::Value * getPointerOperand() const
  • public static unsigned int getPointerOperandIndex()

Inherited from UnaryInstruction:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

VAArgInst(
    llvm::Value* List,
    llvm::Type* Ty,
    const llvm::Twine& NameStr = "",
    llvm::Instruction* InsertBefore = nullptr)

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

Parameters

llvm::Value* List
llvm::Type* Ty
const llvm::Twine& NameStr = ""
llvm::Instruction* InsertBefore = nullptr

VAArgInst(llvm::Value* List,
          llvm::Type* Ty,
          const llvm::Twine& NameStr,
          llvm::BasicBlock* InsertAtEnd)

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

Parameters

llvm::Value* List
llvm::Type* Ty
const llvm::Twine& NameStr
llvm::BasicBlock* InsertAtEnd

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

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

Parameters

const llvm::Instruction* I

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

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

Parameters

const llvm::Value* V

llvm::VAArgInst* cloneImpl() const

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

llvm::Value* getPointerOperand()

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

const llvm::Value* getPointerOperand() const

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

static unsigned int getPointerOperandIndex()

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