LLVM API Documentation
#include <Instructions.h>
Inheritance diagram for llvm::VANextInst:
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 Type * | getArgType () const |
virtual VANextInst * | clone () 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) |
Definition at line 614 of file Instructions.h.
|
Definition at line 626 of file Instructions.h. |
|
Definition at line 631 of file Instructions.h. |
|
Reimplemented from llvm::Instruction. Definition at line 646 of file Instructions.h. References classof(). |
|
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. |
|
Definition at line 642 of file Instructions.h. Referenced by classof(). |
|
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. |
|
Definition at line 637 of file Instructions.h. |