Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp639 VectorType flatVectorType = VectorType::get({vectorType.getNumElements()}, matchAndRewrite() local
731 VectorType flatVectorType = VectorType::get({vectorType.getNumElements()}, matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp753 auto flatVectorType = matchAndRewrite() local