Insert an instruction at the builder insert point.
Declared in <llvm/IR/IRBuilder.h>
virtual
void
InsertHelper(
Instruction* I,
Twine const& Name,
BasicBlock::iterator InsertPt) const;
| Name | Description |
|---|---|
| I | Instruction to insert, act on, or take debug location from. |
| Name | Name of the new instruction or value. |
| InsertPt | Insertion-point iterator for the new instruction. |