Searched refs:parentSrcType (Results 1 – 1 of 1) sorted by relevance
427 parentSrcType = parentReshapeOp.getSrcType(); in matchAndRewrite() local429 !parentSrcType.hasStaticShape() || in matchAndRewrite()431 parentSrcType.getRank() == dstType.getRank()) in matchAndRewrite()440 bool isFoldingPattern = parentSrcType.getRank() > dstType.getRank(); in matchAndRewrite()442 isFoldingPattern ? parentSrcType.getShape() : dstType.getShape(); in matchAndRewrite()444 isFoldingPattern ? dstType.getShape() : parentSrcType.getShape(); in matchAndRewrite()