Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp975 auto isContiguousMemrefType = [](BaseMemRefType type) { in matchAndRewrite() local
986 if (isContiguousMemrefType(srcType) && isContiguousMemrefType(targetType)) in matchAndRewrite()