Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1079 VectorType srcVectorType = op.getSourceType().dyn_cast<VectorType>(); in verify() local
1083 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() local
1253 if (srcVectorType && in verify()
1254 (static_cast<unsigned>(srcVectorType.getRank()) + positionAttr.size() != in verify()
1258 else if (!srcVectorType && (positionAttr.size() != in verify()