Searched refs:IBuilder (Results 1 – 1 of 1) sorted by relevance
227 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local244 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[all …]