llvm::IRBuilderDefaultInserter::InsertHelper

Insert an instruction at the builder insert point.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

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

Parameters

NameDescription
IInstruction to insert, act on, or take debug location from.
NameName of the new instruction or value.
InsertPtInsertion-point iterator for the new instruction.