Home
last modified time | relevance | path

Searched defs:superVectorType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp113 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(VectorType superVectorType, in shapeRatio()
231 VectorType superVectorType; in operatesOnSuperVectorsOf() local
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp128 auto superVectorType = opInst->getResult(0).getType().cast<VectorType>(); in testVectorShapeRatio() local