llvm::IRBuilderDefaultInserter

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.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

class IRBuilderDefaultInserter;

Description

By default, this inserts the instruction at the insertion point.

Member Functions

NameDescription
~IRBuilderDefaultInserter [destructor] [virtual]Destructor
InsertHelper [virtual]

Derived Classes

NameDescription
IRBuilderCallbackInserter Provides an 'InsertHelper' that calls a user-provided callback after performing the default insertion.