Searched refs:IBuilder (Results 1 – 1 of 1) sorted by relevance
472 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local491 IBuilder.SetInsertPoint(Entry); in CreateOldFunctionBodyAndDI()493 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()495 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI()497 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI()499 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI()528 IBuilder.CreateStore(IBuilder.getInt32(2), Alloca); in CreateOldFunctionBodyAndDI()531 IBuilder.CreateRetVoid(); in CreateOldFunctionBodyAndDI()936 IRBuilder<> IBuilder(C); in CreateOldModule() local974 IBuilder.SetInsertPoint(Entry); in CreateOldModule()[all …]