LLVM API Documentation
#include <Instructions.h>


Public Member Functions | |
| FreeInst (Value *Ptr, Instruction *InsertBefore=0) | |
| FreeInst (Value *Ptr, BasicBlock *InsertAfter) | |
| virtual FreeInst * | clone () const |
| Value * | getPointerOperand () |
| const Value * | getPointerOperand () const |
Static Public Member Functions | |
| static bool | classof (const FreeInst *) |
| 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 190 of file Instructions.h.
| FreeInst::FreeInst | ( | Value * | Ptr, | |
| Instruction * | InsertBefore = 0 | |||
| ) | [explicit] |
| FreeInst::FreeInst | ( | Value * | Ptr, | |
| BasicBlock * | InsertAfter | |||
| ) |
Definition at line 793 of file Instructions.cpp.
| FreeInst * FreeInst::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 2913 of file Instructions.cpp.
References FreeInst(), and llvm::User::getOperand().
| Value* llvm::FreeInst::getPointerOperand | ( | ) | [inline] |
| const Value* llvm::FreeInst::getPointerOperand | ( | ) | const [inline] |
| static bool llvm::FreeInst::classof | ( | const FreeInst * | ) | [inline, static] |
| static bool llvm::FreeInst::classof | ( | const Instruction * | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::UnaryInstruction.
Definition at line 204 of file Instructions.h.
References llvm::Instruction::getOpcode().
| static bool llvm::FreeInst::classof | ( | const Value * | V | ) | [inline, static] |
Reimplemented from llvm::UnaryInstruction.
Definition at line 207 of file Instructions.h.
References classof().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.