Home
last modified time | relevance | path

Searched refs:IBuilder (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp472 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local
491 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() local
974 IBuilder.SetInsertPoint(Entry); in CreateOldModule()
[all …]