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::VANextInst Class Reference

#include <Instructions.h>

Inheritance diagram for llvm::VANextInst:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

static bool classof (const VANextInst *)
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

VANextInst - This class represents the va_next llvm instruction, which advances a vararg list passed an argument of the specified type, returning the resultant list.

Definition at line 614 of file Instructions.h.


Constructor & Destructor Documentation

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

Definition at line 626 of file Instructions.h.

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

Definition at line 631 of file Instructions.h.


Member Function Documentation

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

Reimplemented from llvm::Instruction.

Definition at line 646 of file Instructions.h.

References classof().

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

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

Reimplemented from llvm::Instruction.

Definition at line 643 of file Instructions.h.

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

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

Definition at line 642 of file Instructions.h.

Referenced by classof().

VANextInst * VANextInst::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 814 of file Instructions.cpp.

const Type* llvm::VANextInst::getArgType  )  const [inline]
 

Definition at line 637 of file Instructions.h.


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