Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp88 translateTypes(type->params(), paramTypes); in translate()
112 translateTypes(type->subtypes(), subtypes); in translate()
123 translateTypes(type->subtypes(), subtypes); in translate()
144 void translateTypes(ArrayRef<llvm::Type *> types, in translateTypes() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl
H A DTypeToLLVM.cpp97 translateTypes(type.getParams(), paramTypes); in translate()
121 translateTypes(type.getBody(), subtypes); in translate()
133 translateTypes(type.getBody(), subtypes); in translate()
162 void translateTypes(ArrayRef<Type> types, in translateTypes() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl