LLVM API Documentation
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 <IRBuilder.h>
Protected Member Functions | |
void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const |
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 39 of file IRBuilder.h.
void llvm::IRBuilderDefaultInserter< preserveNames >::InsertHelper | ( | Instruction * | I, |
const Twine & | Name, | ||
BasicBlock * | BB, | ||
BasicBlock::iterator | InsertPt | ||
) | const [inline, protected] |
Reimplemented in llvm::InstCombineIRInserter.
Definition at line 41 of file IRBuilder.h.