Lines Matching refs:IBuilder
227 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local
244 IBuilder.SetInsertPoint(Entry); in CreateOldFunctionBodyAndDI()
246 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
247 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI()
248 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
249 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI()
250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI()
251 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
252 Instruction* Terminator = IBuilder.CreateRetVoid(); in CreateOldFunctionBodyAndDI()
407 IRBuilder<> IBuilder(C); in CreateOldModule() local
429 IBuilder.SetInsertPoint(Entry); in CreateOldModule()
430 IBuilder.CreateRetVoid(); in CreateOldModule()