This provides the default implementation of the IRBuilder 'InsertHelper' method that is called whenever an instruction is created by IRBuilder and needs to be inserted.
Declared in <llvm/IR/IRBuilder.h>
class IRBuilderDefaultInserter;
By default, this inserts the instruction at the insertion point.
| Name | Description |
|---|---|
~IRBuilderDefaultInserter [destructor] [virtual] | Destructor |
InsertHelper [virtual] |
| Name | Description |
|---|---|
IRBuilderCallbackInserter | Provides an 'InsertHelper' that calls a user-provided callback after performing the default insertion. |