Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArmNeon2dToIntr/
H A DArmNeon2dToIntr.cpp34 VectorType flattenedVectorType = VectorType::get({length}, elemType); in matchAndRewrite() local
39 rewriter.create<vector::ShapeCastOp>(loc, flattenedVectorType, b2d); in matchAndRewrite()
41 rewriter.create<vector::ShapeCastOp>(loc, flattenedVectorType, c2d); in matchAndRewrite()