LLVM 22.0.0git
|
InsertPoint - A saved insertion point. More...
#include "llvm/IR/IRBuilder.h"
Public Member Functions | |
InsertPoint ()=default | |
Creates a new insertion point which doesn't point to anything. | |
InsertPoint (BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) | |
Creates a new insertion point at the given location. | |
bool | isSet () const |
Returns true if this insert point is set. | |
BasicBlock * | getBlock () const |
BasicBlock::iterator | getPoint () const |
InsertPoint - A saved insertion point.
Definition at line 291 of file IRBuilder.h.
|
default |
Creates a new insertion point which doesn't point to anything.
Referenced by InsertPoint().
|
inline |
Creates a new insertion point at the given location.
Definition at line 300 of file IRBuilder.h.
References InsertPoint().
|
inline |
Definition at line 306 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().
|
inline |
Definition at line 307 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().
|
inline |
Returns true if this insert point is set.
Definition at line 304 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::restoreIP().