Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp533 auto dlType = sampleType.dyn_cast<DataLayoutTypeInterface>(); in verifyDataLayoutSpec() local
534 if (!dlType) in verifyDataLayoutSpec()
537 if (failed(dlType.verifyEntries(kvp.second, loc))) in verifyDataLayoutSpec()