Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp854 int64_t destinationRank = in foldExtractFromShapeCast() local
858 if (destinationRank > shapeCastOp.getSourceVectorType().getRank()) in foldExtractFromShapeCast()
860 if (destinationRank > 0) { in foldExtractFromShapeCast()
862 for (int64_t i = 0; i < destinationRank; i++) { in foldExtractFromShapeCast()
879 stride *= getDimReverse(extractOp.getVectorType(), i + destinationRank); in foldExtractFromShapeCast()
887 shapeCastOp.getSourceVectorType().getRank() - destinationRank; in foldExtractFromShapeCast()
892 getDimReverse(shapeCastOp.getSourceVectorType(), i + destinationRank); in foldExtractFromShapeCast()