Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3042 if (auto sourceVectorElementType = sourceElementType.dyn_cast<VectorType>()) { in verify() local
3045 if (sourceVectorElementType != paddingType) in verify()