LLVM  8.0.1
Protected Member Functions | List of all members
llvm::IRBuilderDefaultInserter Class Reference

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"

Inheritance diagram for llvm::IRBuilderDefaultInserter:
Inheritance graph
[legend]

Protected Member Functions

void InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const
 

Detailed 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.

Definition at line 62 of file IRBuilder.h.

Member Function Documentation

◆ InsertHelper()

void llvm::IRBuilderDefaultInserter::InsertHelper ( Instruction I,
const Twine Name,
BasicBlock BB,
BasicBlock::iterator  InsertPt 
) const
inlineprotected

The documentation for this class was generated from the following file: