11 return getImpl()->getIndices(getImpl(), getOperation());
15 return getImpl()->getIndicesMutable(getImpl(), getOperation());
19 return getImpl()->isRead(getImpl(), getOperation());
23 return getImpl()->implArrayRefOpInterface->getArrRef(getImpl()->implArrayRefOpInterface, getOperation());
27 return getImpl()->implArrayRefOpInterface->getArrRefMutable(getImpl()->implArrayRefOpInterface, getOperation());
31 return getImpl()->getArrRef(getImpl(), getOperation());
35 return getImpl()->getArrRefMutable(getImpl(), getOperation());
::mlir::Operation::operand_range getIndices()
Gets the operand range containing the index for each dimension.
::mlir::OpOperand & getArrRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced array.
bool isRead()
Return true if the op is a read, false if it's a write.
::mlir::TypedValue<::llzk::array::ArrayType > getArrRef()
Gets the SSA Value for the referenced array.
::mlir::MutableOperandRange getIndicesMutable()
Gets the mutable operand range containing the index for each dimension.
::mlir::OpOperand & getArrRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced array.
::mlir::TypedValue<::llzk::array::ArrayType > getArrRef()
Gets the SSA Value for the referenced array.