Searched refs:operand_strides (Results 1 – 2 of 2) sorted by relevance
292 SmallVector<Value, 2> operand_strides(operand_rank, one); in InsertDynamicMemrefCastOp() local302 operand_strides[i] = stride_so_far; in InsertDynamicMemrefCastOp()344 operand_strides[dim]); in InsertDynamicMemrefCastOp()
599 SmallVector<int64_t, 2> operand_strides; in InsertReshapeIfNecessary() local601 if (failed(getStridesAndOffset(operand_type, operand_strides, in InsertReshapeIfNecessary()622 new_strides.push_back(operand_strides[index]); in InsertReshapeIfNecessary()