Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp172 auto funcCst = module->getOrInsertFunction(newName, newType); in packFunctionArguments() local
173 llvm::Function *interfaceFunc = cast<llvm::Function>(funcCst.getCallee()); in packFunctionArguments()