Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp571 int64_t v1Dim = v1Type.getDimSize(0); in matchAndRewrite() local
593 if (extPos >= v1Dim) { in matchAndRewrite()
594 extPos -= v1Dim; in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1794 int64_t v1Dim = v1Type.getDimSize(r); in verify() local
1796 if (resDim != v1Dim || v1Dim != v2Dim) in verify()