Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp316 VectorTransferOpInterface transferB) { in isDisjointTransferSet() argument
317 if (transferA.memref() != transferB.memref()) in isDisjointTransferSet()
320 if (transferA.getVectorType() != transferB.getVectorType()) in isDisjointTransferSet()
325 auto indexB = transferB.indices()[i].getDefiningOp<ConstantOp>(); in isDisjointTransferSet()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h166 VectorTransferOpInterface transferB);