LLVM
15.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. 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... | |
BasicBlock * | getBlock () const |
BasicBlock::iterator | getPoint () const |
InsertPoint - A saved insertion point.
Definition at line 234 of file IRBuilder.h.
|
default |
Creates a new insertion point which doesn't point to anything.
|
inline |
Creates a new insertion point at the given location.
Definition at line 243 of file IRBuilder.h.
|
inline |
Definition at line 249 of file IRBuilder.h.
|
inline |
Definition at line 250 of file IRBuilder.h.
|
inline |
Returns true if this insert point is set.
Definition at line 247 of file IRBuilder.h.