class IRBuilderDefaultInserter
Declaration
class IRBuilderDefaultInserter { /* full declaration omitted */ };
Description
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.
Declared at: llvm/include/llvm/IR/IRBuilder.h:61
Method Overview
- protected void InsertHelper(llvm::Instruction * I, const llvm::Twine & Name, llvm::BasicBlock * BB, int InsertPt) const
Methods
ΒΆvoid InsertHelper(llvm::Instruction* I,
const llvm::Twine& Name,
llvm::BasicBlock* BB,
int InsertPt) const
void InsertHelper(llvm::Instruction* I,
const llvm::Twine& Name,
llvm::BasicBlock* BB,
int InsertPt) const
Declared at: llvm/include/llvm/IR/IRBuilder.h:63
Parameters
- llvm::Instruction* I
- const llvm::Twine& Name
- llvm::BasicBlock* BB
- int InsertPt