Searched refs:destVectorType (Results 1 – 2 of 2) sorted by relevance
1248 auto destVectorType = op.getDestVectorType(); in verify() local1249 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()1255 static_cast<unsigned>(destVectorType.getRank()))) in verify()1259 static_cast<unsigned>(destVectorType.getRank()))) in verify()1265 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()1436 auto destVectorType = op.getDestVectorType(); in verify() local1439 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()1445 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()1450 auto destShape = destVectorType.getShape(); in verify()
863 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local864 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()885 auto oneDVectorType = destVectorType; in matchAndRewrite()887 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()