LLVM API Documentation
#include <Instructions.h>


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 VAArgInst * | clone () 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) |
Definition at line 1284 of file Instructions.h.
| 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.
| 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] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.