Same as InsertNewInstBefore, but also sets the debug loc.
Declared in <llvm/Transforms/InstCombine/InstCombiner.h>
Instruction*
InsertNewInstWith(
Instruction* New,
BasicBlock::iterator Old);
New after insertion and worklist update.
| Name | Description |
|---|---|
| New | Instruction to insert. |
| Old | Insertion point whose debug location is copied. |