Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp104 auto subVectorType = VectorType::get(shape, Float32Type::get(f.getContext())); in testVectorShapeRatio() local
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp204 VectorType subVectorType) { in operatesOnSuperVectorsOf() argument