LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::VAArgInst Class Reference

#include <Instructions.h>

Inheritance diagram for llvm::VAArgInst:

Inheritance graph
[legend]
Collaboration diagram for llvm::VAArgInst:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VAArgInst (Value *List, const Type *Ty, const std::string &Name="", Instruction *InsertBefore=0)
 VAArgInst (Value *List, const Type *Ty, const std::string &Name, BasicBlock *InsertAtEnd)
virtual VAArgInstclone () const

Static Public Member Functions

static bool classof (const VAArgInst *)
static bool classof (const Instruction *I)
 Methods for support type inquiry through isa, cast, and dyn_cast:.
static bool classof (const Value *V)

Detailed Description

VAArgInst - This class represents the va_arg llvm instruction, which returns an argument of the specified type given a va_list.

Definition at line 659 of file Instructions.h.


Constructor & Destructor Documentation

llvm::VAArgInst::VAArgInst Value List,
const Type Ty,
const std::string &  Name = "",
Instruction InsertBefore = 0
[inline]
 

Definition at line 669 of file Instructions.h.

llvm::VAArgInst::VAArgInst Value List,
const Type Ty,
const std::string &  Name,
BasicBlock InsertAtEnd
[inline]
 

Definition at line 674 of file Instructions.h.


Member Function Documentation

static bool llvm::VAArgInst::classof const Value V  )  [inline, static]
 

Reimplemented from llvm::Instruction.

Definition at line 687 of file Instructions.h.

References classof().

static bool llvm::VAArgInst::classof const Instruction I  )  [inline, static]
 

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

Reimplemented from llvm::Instruction.

Definition at line 684 of file Instructions.h.

References llvm::Instruction::getOpcode(), and llvm::Instruction::VAArg.

static bool llvm::VAArgInst::classof const VAArgInst  )  [inline, static]
 

Definition at line 683 of file Instructions.h.

Referenced by classof().

VAArgInst * VAArgInst::clone  )  const [virtual]
 

clone() - Create a copy of 'this' instruction that is identical in all ways except the following: The instruction has no parent The instruction has no name

Implements llvm::Instruction.

Definition at line 815 of file Instructions.cpp.


The documentation for this class was generated from the following files: