Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp440 bool isFoldingPattern = parentSrcType.getRank() > dstType.getRank(); in matchAndRewrite() local
442 isFoldingPattern ? parentSrcType.getShape() : dstType.getShape(); in matchAndRewrite()
444 isFoldingPattern ? dstType.getShape() : parentSrcType.getShape(); in matchAndRewrite()