3#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
4#include "mlir/IR/Builders.h"
5#include "mlir/IR/Location.h"
6#include "mlir/IR/Value.h"
mlir::Value getWidth()
Definition image_access_helper.cpp:30
ImageAccessHelper(mlir::Value ptr, mlir::OpBuilder &b, mlir::Location l)
Definition image_access_helper.cpp:4
mlir::OpBuilder & builder
Definition image_access_helper.h:22
static mlir::Type getImageStructType(mlir::MLIRContext *ctx)
Definition image_access_helper.cpp:7
mlir::Value structPtr
Definition image_access_helper.h:21
mlir::Value getDataPtr()
Definition image_access_helper.cpp:40
mlir::Value getHeight()
Definition image_access_helper.cpp:35
mlir::Value getFieldAddr(int32_t index)
Definition image_access_helper.cpp:13
mlir::Location loc
Definition image_access_helper.h:23