Lines Matching defs:InsertBefore

180                                const Twine &NameStr, Instruction *InsertBefore)  in LandingPadInst()
206 Instruction *InsertBefore) { in Create()
287 Instruction *InsertBefore) in CallInst()
441 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc()
528 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
536 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
573 Instruction *InsertBefore, in createFree()
606 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree()
611 Instruction *InsertBefore) { in CreateFree()
816 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst()
862 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
911 unsigned Values, Instruction *InsertBefore) in CleanupReturnInst()
956 Instruction *InsertBefore) in CatchReturnInst()
990 Instruction *InsertBefore) in CatchSwitchInst()
1098 const Twine &NameStr, Instruction *InsertBefore) in FuncletPadInst()
1119 Instruction *InsertBefore) in UnreachableInst()
1150 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) in BranchInst()
1158 Instruction *InsertBefore) in BranchInst()
1250 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore) in AllocaInst()
1257 Instruction *InsertBefore) in AllocaInst()
1265 const Twine &Name, Instruction *InsertBefore) in AllocaInst()
1441 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst()
1448 Instruction *InsertBefore) in StoreInst()
1456 Instruction *InsertBefore) in StoreInst()
1468 Instruction *InsertBefore) in StoreInst()
1547 Instruction *InsertBefore) in AtomicCmpXchgInst()
1596 Instruction *InsertBefore) in AtomicRMWInst()
1621 Instruction *InsertBefore) in FenceInst()
1838 Instruction *InsertBefore) in ShuffleVectorInst()
2041 Instruction *InsertBefore) in BinaryOperator()
2143 Instruction *InsertBefore) { in Create()
2158 Instruction *InsertBefore) { in CreateNeg()
2174 Instruction *InsertBefore) { in CreateNSWNeg()
2186 Instruction *InsertBefore) { in CreateNUWNeg()
2198 Instruction *InsertBefore) { in CreateFNeg()
2212 Instruction *InsertBefore) { in CreateNot()
2647 const Twine &Name, Instruction *InsertBefore) { in Create()
2692 Instruction *InsertBefore) { in CreateZExtOrBitCast()
2708 Instruction *InsertBefore) { in CreateSExtOrBitCast()
2724 Instruction *InsertBefore) { in CreateTruncOrBitCast()
2758 Instruction *InsertBefore) { in CreatePointerCast()
2789 Instruction *InsertBefore) { in CreatePointerBitCastOrAddrSpaceCast()
2801 Instruction *InsertBefore) { in CreateBitOrPointerCast()
2812 Instruction *InsertBefore) { in CreateIntegerCast()
2840 Instruction *InsertBefore) { in CreateFPCast()
3200 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
3212 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
3223 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
3235 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
3247 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
3259 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
3271 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
3283 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
3295 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
3307 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
3319 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
3331 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
3343 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in AddrSpaceCastInst()
3361 Value *RHS, const Twine &Name, Instruction *InsertBefore) in CmpInst()
3386 const Twine &Name, Instruction *InsertBefore) { in Create()
3704 Instruction *InsertBefore) in SwitchInst()
3821 Instruction *InsertBefore) in IndirectBrInst()