Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DTypeToLLVM.h33 class TypeToLLVMIRTranslatorImpl; variable
55 std::unique_ptr<detail::TypeToLLVMIRTranslatorImpl> impl;
/llvm-project/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp25 class TypeToLLVMIRTranslatorImpl { class
28 TypeToLLVMIRTranslatorImpl(llvm::LLVMContext &context) : context(context) {} in TypeToLLVMIRTranslatorImpl() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl
188 : impl(new detail::TypeToLLVMIRTranslatorImpl(context)) {} in TypeToLLVMIRTranslator()