Searched refs:isIntegerArrayAttrSmallerThanShape (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorOps.cpp | 1346 static LogicalResult isIntegerArrayAttrSmallerThanShape(OpType op, in isIntegerArrayAttrSmallerThanShape() function 1665 if (failed(isIntegerArrayAttrSmallerThanShape(op, offsets, shape, offName)) || in verify() 1666 failed(isIntegerArrayAttrSmallerThanShape(op, sizes, shape, sizesName)) || in verify() 1667 failed(isIntegerArrayAttrSmallerThanShape(op, strides, shape, in verify()
|