Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1080 VectorType dstVectorType = op.getVectorType(); in verify() local
1085 int64_t dstRank = dstVectorType.getRank(); in verify()
1093 int64_t dstDim = dstVectorType.getDimSize(lead + r); in verify()
1216 auto dstVectorType = op.getDestVectorType(); in verify() local
1217 if (dstVectorType.getRank() != 1) in verify()