Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp910 BlockArgument mlirArg = std::get<0>(kvp); in convertOneFunction() local
916 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMType>(); in convertOneFunction()
928 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMType>(); in convertOneFunction()
936 valueMapping[mlirArg] = &llvmArg; in convertOneFunction()