Searched refs:incIdx (Results 1 – 1 of 1) sorted by relevance
1582 incIdx(srcIdx, sourceVectorType, srcRank - 1); in matchAndRewrite()1583 incIdx(resIdx, resultVectorType, resRank - 1); in matchAndRewrite()1593 static void incIdx(SmallVector<int64_t, 4> &idx, VectorType tp, int64_t r) { in incIdx() function in __anona2fda2e20511::ShapeCastOpRewritePattern1597 incIdx(idx, tp, r - 1); in incIdx()