Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp671 auto resVectorType = resType.dyn_cast<VectorType>(); in verifyOutputShape() local
835 auto resVectorType = getResultType().dyn_cast<VectorType>(); in getIterationBounds() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp100 auto resVectorType = resType.cast<VectorType>(); in reshapeLoad() local