Home | History | Annotate | Download | only in IR

Lines Matching refs:InsertBefore

42                  Instruction *InsertBefore = nullptr)
43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
334 const Twine &Name, Instruction *InsertBefore);
358 Instruction *InsertBefore = nullptr);
482 Instruction *InsertBefore = nullptr);
486 Instruction *InsertBefore = nullptr);
490 Instruction *InsertBefore = nullptr);
494 Instruction *InsertBefore = nullptr);
498 Instruction *InsertBefore = nullptr);
590 const Twine &NameStr = "", Instruction *InsertBefore = nullptr)
591 : UnaryInstruction(Ty, iType, S, InsertBefore) {
606 /// insert the new CastInst before InsertBefore (if it is non-null).
613 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
634 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
650 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
674 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
690 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
703 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
712 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
729 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
745 Instruction *InsertBefore = nullptr ///< Place to insert the instruction
925 Instruction *InsertBefore = nullptr);
946 Instruction *InsertBefore = nullptr);
1125 const Twine &NameStr, Instruction *InsertBefore);