Lines Matching refs:IBuilder
472 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local
491 IBuilder.SetInsertPoint(Entry); in CreateOldFunctionBodyAndDI()
493 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
494 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI()
495 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI()
497 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI()
498 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI()
499 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI()
526 IBuilder.SetCurrentDebugLocation(InlinedDL); in CreateOldFunctionBodyAndDI()
528 IBuilder.CreateStore(IBuilder.getInt32(2), Alloca); in CreateOldFunctionBodyAndDI()
531 IBuilder.CreateRetVoid(); in CreateOldFunctionBodyAndDI()
936 IRBuilder<> IBuilder(C); in CreateOldModule() local
974 IBuilder.SetInsertPoint(Entry); in CreateOldModule()
975 IBuilder.CreateRetVoid(); in CreateOldModule()