|
LLVM
3.7.0
|
InsertPoint - A saved insertion point. More...
#include <IRBuilder.h>
Public Member Functions | |
| InsertPoint () | |
| Creates a new insertion point which doesn't point to anything. More... | |
| InsertPoint (BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) | |
| Creates a new insertion point at the given location. More... | |
| bool | isSet () const |
| Returns true if this insert point is set. More... | |
| llvm::BasicBlock * | getBlock () const |
| llvm::BasicBlock::iterator | getPoint () const |
InsertPoint - A saved insertion point.
Definition at line 126 of file IRBuilder.h.
|
inline |
Creates a new insertion point which doesn't point to anything.
Definition at line 132 of file IRBuilder.h.
|
inline |
Creates a new insertion point at the given location.
Definition at line 135 of file IRBuilder.h.
|
inline |
Definition at line 141 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().
|
inline |
Definition at line 142 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().
|
inline |
Returns true if this insert point is set.
Definition at line 139 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().
1.8.6