LLVM API Documentation
#include <Instructions.h>
Inheritance diagram for llvm::AllocaInst:
Public Member Functions | |
AllocaInst (const Type *Ty, Value *ArraySize=0, const std::string &Name="", Instruction *InsertBefore=0) | |
AllocaInst (const Type *Ty, Value *ArraySize, const std::string &Name, BasicBlock *InsertAtEnd) | |
virtual AllocaInst * | clone () const |
Static Public Member Functions | |
static bool | classof (const AllocaInst *) |
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 116 of file Instructions.h.
|
Definition at line 119 of file Instructions.h. |
|
Definition at line 123 of file Instructions.h. |
|
Reimplemented from llvm::AllocationInst. Definition at line 134 of file Instructions.h. References classof(). |
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::AllocationInst. Definition at line 131 of file Instructions.h. References llvm::Instruction::Alloca, and llvm::Instruction::getOpcode(). |
|
Definition at line 130 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::AllocationInst. Definition at line 806 of file Instructions.cpp. |