LLVM: llvm::IRBuilderDefaultInserter Class Reference (original) (raw)
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. More...
#include "[llvm/IR/IRBuilder.h](IRBuilder%5F8h%5Fsource.html)"
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.
By default, this inserts the instruction at the insertion point.
Definition at line 61 of file IRBuilder.h.
| IRBuilderDefaultInserter::~IRBuilderDefaultInserter ( ) | virtualdefault |
|---|
◆ InsertHelper()
The documentation for this class was generated from the following files:
- include/llvm/IR/IRBuilder.h
- lib/IR/IRBuilder.cpp