Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp108 auto packFunc = fir::runtime::getRuntimeFunc<mkRTKey(Pack)>(loc, builder); in genPack() local
109 auto fTy = packFunc.getFunctionType(); in genPack()
116 builder.create<fir::CallOp>(loc, packFunc, args); in genPack()