Searched refs:destVectorType (Results 1 – 2 of 2) sorted by relevance
770 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local771 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()799 auto oneDVectorType = destVectorType; in matchAndRewrite()801 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
1980 auto destVectorType = getDestVectorType(); in verify() local1981 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()1987 static_cast<unsigned>(destVectorType.getRank()))) in verify()1991 (positionAttr.size() != static_cast<unsigned>(destVectorType.getRank()))) in verify()1997 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()2195 auto destVectorType = getDestVectorType(); in verify() local2198 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()2203 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()2208 auto destShape = destVectorType.getShape(); in verify()