Searched refs:dstElemType (Results 1 – 1 of 1) sorted by relevance
616 Type dstElemType; in matchAndRewrite() local620 dstElemType = arrayType.getElementType(); in matchAndRewrite()622 dstElemType = dstType.cast<VectorType>().getElementType(); in matchAndRewrite()626 if (srcElemType != dstElemType) { in matchAndRewrite()631 srcAttr.cast<FloatAttr>(), dstElemType.cast<FloatType>(), rewriter); in matchAndRewrite()642 dstElemType.cast<IntegerType>(), rewriter); in matchAndRewrite()654 dstAttrType = RankedTensorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()656 dstAttrType = VectorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()