3#include "mlir/IR/BuiltinOps.h"
4#include "mlir/IR/OpDefinition.h"
5#include "mlir/IR/Builders.h"
6#include "mlir/IR/Types.h"
7#include "mlir/IR/TypeSupport.h"
8#include "mlir/Support/LLVM.h"
9#include "llvm/ADT/TypeSwitch.h"
15#include "piccelerInterfaces.h.inc"
18#include "piccelerOps.h.inc"
39mlir::Value
createIntConstant(mlir::OpBuilder &builder, mlir::Location loc, int64_t value);
mlir::Value createFloatConstant(mlir::OpBuilder &builder, mlir::Location loc, double value)
Common utility function to create a constant float value in MLIR.
Definition common.cpp:5
mlir::Value createIntConstant(mlir::OpBuilder &builder, mlir::Location loc, int64_t value)
Common utility function to create a constant int value in MLIR.
Definition common.cpp:9
Picceler MLIR type declarations, it includes piccelerTypes.h.inc, which is generated by MLIR TableGen...