Searched refs:srcVectorType (Results 1 – 1 of 1) sorted by relevance
1079 VectorType srcVectorType = op.getSourceType().dyn_cast<VectorType>(); in verify() local1083 if (srcVectorType) { in verify()1084 int64_t srcRank = srcVectorType.getRank(); in verify()1092 int64_t srcDim = srcVectorType.getDimSize(r); in verify()1252 auto srcVectorType = op.getSourceType().dyn_cast<VectorType>(); in verify() local1253 if (srcVectorType && in verify()1254 (static_cast<unsigned>(srcVectorType.getRank()) + positionAttr.size() != in verify()1258 else if (!srcVectorType && (positionAttr.size() != in verify()