Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DTypeTranslation.h34 class TypeToLLVMIRTranslatorImpl; variable
58 std::unique_ptr<detail::TypeToLLVMIRTranslatorImpl> impl;
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp24 class TypeToLLVMIRTranslatorImpl { class
27 TypeToLLVMIRTranslatorImpl(llvm::LLVMContext &context) : context(context) {} in TypeToLLVMIRTranslatorImpl() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl
171 : impl(new detail::TypeToLLVMIRTranslatorImpl(context)) {} in TypeToLLVMIRTranslator()