Searched refs:oldResultType (Results 1 – 2 of 2) sorted by relevance
347 auto oldResultType = shuffleOp.getVectorType(); in matchAndRewrite() local348 if (!spirv::CompositeType::isValid(oldResultType)) in matchAndRewrite()350 auto newResultType = getTypeConverter()->convertType(oldResultType); in matchAndRewrite()366 newOperands.reserve(oldResultType.getNumElements()); in matchAndRewrite()
541 auto oldResultType = padOp.getResultType(); in matchAndRewrite() local542 SmallVector<int64_t, 4> staticShape(oldResultType.getRank(), in matchAndRewrite()546 oldResultType.getElementType()); in matchAndRewrite()549 rewriter.replaceOpWithNewOp<tensor::CastOp>(padOp, oldResultType, in matchAndRewrite()