Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp912 unsigned sourceVectorRank = sourceVectorType.getRank(); in getProducerValue() local
917 int i = sourceVectorRank - 1; in getProducerValue()
922 SmallVector<int64_t, 4> newOffsets(sourceVectorRank, 0); in getProducerValue()