• Home
  • Raw
  • Download

Lines Matching defs:InsertBefore

186                                const Twine &NameStr, Instruction *InsertBefore)  in LandingPadInst()
212 Instruction *InsertBefore) { in Create()
479 Instruction *InsertBefore) in CallInst()
591 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc()
679 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
687 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
723 Instruction *InsertBefore, in createFree()
756 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree()
761 Instruction *InsertBefore) { in CreateFree()
952 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst()
982 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
1020 unsigned Values, Instruction *InsertBefore) in CleanupReturnInst()
1053 Instruction *InsertBefore) in CatchReturnInst()
1075 Instruction *InsertBefore) in CatchSwitchInst()
1173 const Twine &NameStr, Instruction *InsertBefore) in FuncletPadInst()
1194 Instruction *InsertBefore) in UnreachableInst()
1211 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) in BranchInst()
1220 Instruction *InsertBefore) in BranchInst()
1304 Instruction *InsertBefore) in AllocaInst()
1312 const Twine &Name, Instruction *InsertBefore) in AllocaInst()
1325 Instruction *InsertBefore) in AllocaInst()
1454 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst()
1461 Instruction *InsertBefore) in StoreInst()
1473 Instruction *InsertBefore) in StoreInst()
1484 Instruction *InsertBefore) in StoreInst()
1554 Instruction *InsertBefore) in AtomicCmpXchgInst()
1602 SyncScope::ID SSID, Instruction *InsertBefore) in AtomicRMWInst()
1659 Instruction *InsertBefore) in FenceInst()
1880 Instruction *InsertBefore) in ShuffleVectorInst()
1917 Instruction *InsertBefore) in ShuffleVectorInst()
2384 Instruction *InsertBefore) in UnaryOperator()
2402 Instruction *InsertBefore) { in Create()
2437 Instruction *InsertBefore) in BinaryOperator()
2531 Instruction *InsertBefore) { in Create()
2546 Instruction *InsertBefore) { in CreateNeg()
2562 Instruction *InsertBefore) { in CreateNSWNeg()
2574 Instruction *InsertBefore) { in CreateNUWNeg()
2586 Instruction *InsertBefore) { in CreateNot()
2926 const Twine &Name, Instruction *InsertBefore) { in Create()
2971 Instruction *InsertBefore) { in CreateZExtOrBitCast()
2987 Instruction *InsertBefore) { in CreateSExtOrBitCast()
3003 Instruction *InsertBefore) { in CreateTruncOrBitCast()
3038 Instruction *InsertBefore) { in CreatePointerCast()
3070 Instruction *InsertBefore) { in CreatePointerBitCastOrAddrSpaceCast()
3082 Instruction *InsertBefore) { in CreateBitOrPointerCast()
3093 Instruction *InsertBefore) { in CreateIntegerCast()
3121 Instruction *InsertBefore) { in CreateFPCast()
3410 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
3422 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
3433 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
3445 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
3457 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
3469 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
3481 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
3493 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
3505 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
3517 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
3529 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
3541 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
3553 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in AddrSpaceCastInst()
3569 Value *RHS, const Twine &Name, Instruction *InsertBefore, in CmpInst()
3597 const Twine &Name, Instruction *InsertBefore) { in Create()
4001 Instruction *InsertBefore) in SwitchInst()
4232 Instruction *InsertBefore) in IndirectBrInst()
4289 const Twine &Name, Instruction *InsertBefore) in FreezeInst()