Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp616 Type dstElemType; in matchAndRewrite() local
620 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()