Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2164 OpType op, ArrayAttr arrayAttr1, ArrayAttr arrayAttr2, in isSumOfIntegerArrayAttrConfinedToShape() argument
2168 assert(arrayAttr2.size() <= shape.size()); in isSumOfIntegerArrayAttrConfinedToShape()
2170 for (auto it : llvm::zip(arrayAttr1, arrayAttr2, shape)) { in isSumOfIntegerArrayAttrConfinedToShape()