Lines Matching defs:InsertBefore
175 Instruction *InsertBefore) in LandingPadInst()
205 Instruction *InsertBefore) { in Create()
296 Instruction *InsertBefore) in CallInst()
353 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc()
438 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
463 static Instruction* createFree(Value* Source, Instruction *InsertBefore, in createFree()
496 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { in CreateFree()
597 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst()
643 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
672 Instruction *InsertBefore) in UnreachableInst()
703 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) in BranchInst()
711 Instruction *InsertBefore) in BranchInst()
807 const Twine &Name, Instruction *InsertBefore) in AllocaInst()
825 Instruction *InsertBefore) in AllocaInst()
843 const Twine &Name, Instruction *InsertBefore) in AllocaInst()
1062 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst()
1089 Instruction *InsertBefore) in StoreInst()
1103 unsigned Align, Instruction *InsertBefore) in StoreInst()
1119 Instruction *InsertBefore) in StoreInst()
1215 Instruction *InsertBefore) in AtomicCmpXchgInst()
1261 Instruction *InsertBefore) in AtomicRMWInst()
1286 Instruction *InsertBefore) in FenceInst()
1517 Instruction *InsertBefore) in ShuffleVectorInst()
1721 Instruction *InsertBefore) in BinaryOperator()
1823 Instruction *InsertBefore) { in Create()
1838 Instruction *InsertBefore) { in CreateNeg()
1854 Instruction *InsertBefore) { in CreateNSWNeg()
1866 Instruction *InsertBefore) { in CreateNUWNeg()
1878 Instruction *InsertBefore) { in CreateFNeg()
1892 Instruction *InsertBefore) { in CreateNot()
2272 const Twine &Name, Instruction *InsertBefore) { in Create()
2315 Instruction *InsertBefore) { in CreateZExtOrBitCast()
2331 Instruction *InsertBefore) { in CreateSExtOrBitCast()
2347 Instruction *InsertBefore) { in CreateTruncOrBitCast()
2376 Instruction *InsertBefore) { in CreatePointerCast()
2388 Instruction *InsertBefore) { in CreateIntegerCast()
2416 Instruction *InsertBefore) { in CreateFPCast()
2687 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
2699 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
2710 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
2722 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
2734 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
2746 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
2758 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
2770 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
2782 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
2794 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
2806 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
2818 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
2837 Instruction *InsertBefore) in CmpInst()
2864 const Twine &Name, Instruction *InsertBefore) { in Create()
3135 Instruction *InsertBefore) in SwitchInst()
3266 Instruction *InsertBefore) in IndirectBrInst()