LLVM API Documentation

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 &NameStr="", Instruction *InsertBefore=0)
 VAArgInst (Value *List, const Type *Ty, const std::string &NameStr, 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 and increments that list

Definition at line 1284 of file Instructions.h.


Constructor & Destructor Documentation

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

Definition at line 1288 of file Instructions.h.

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

Definition at line 1293 of file Instructions.h.


Member Function Documentation

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 2934 of file Instructions.cpp.

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

Definition at line 1302 of file Instructions.h.

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

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

Reimplemented from llvm::UnaryInstruction.

Definition at line 1303 of file Instructions.h.

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

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

Reimplemented from llvm::UnaryInstruction.

Definition at line 1306 of file Instructions.h.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.