Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp1032 if (auto dataLayoutAttr = in prepareLLVMModule() local
1034 llvmModule->setDataLayout(dataLayoutAttr.cast<StringAttr>().getValue()); in prepareLLVMModule()