Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp558 auto v2Type = shuffleOp.getV2VectorType(); in matchAndRewrite() local
570 assert(v2Type.getRank() == rank); in matchAndRewrite()
575 if (rank == 1 && v1Type == v2Type) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1784 VectorType v2Type = getV2VectorType(); in verify() local
1788 int64_t v2Rank = v2Type.getRank(); in verify()
1795 int64_t v2Dim = v2Type.getDimSize(r); in verify()
1807 int64_t indexSize = v1Type.getDimSize(0) + v2Type.getDimSize(0); in verify()