Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp192 Type wrapperType; in wrapExternalFunction() local
194 std::tie(wrapperType, resultIsNowArg) = in wrapExternalFunction()
199 assert(wrapperType && "unexpected type conversion failure"); in wrapExternalFunction()
210 wrapperType, LLVM::Linkage::External, /*dsoLocal*/ false, in wrapExternalFunction()
224 wrapperType.cast<LLVM::LLVMFunctionType>().getParamType(0); in wrapExternalFunction()