Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp111 int64_t loadSize = loadedVectorType.getShape()[0]; in rewriteWarpOpToScfFor() local
116 rewriter.create<arith::ConstantIndexOp>(loc, loadSize)); in rewriteWarpOpToScfFor()