MLIR  19.0.0git
Namespaces | Macros | Functions
ExpandOps.cpp File Reference
#include "mlir/Dialect/Arith/Transforms/Passes.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Dialect/Arith/Transforms/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::arith
 

Macros

#define GEN_PASS_DEF_ARITHEXPANDOPSPASS
 

Functions

static Value createConst (Location loc, Type type, int value, PatternRewriter &rewriter)
 Create an integer or index constant. More...
 

Macro Definition Documentation

◆ GEN_PASS_DEF_ARITHEXPANDOPSPASS

#define GEN_PASS_DEF_ARITHEXPANDOPSPASS

Definition at line 19 of file ExpandOps.cpp.

Function Documentation

◆ createConst()

static Value createConst ( Location  loc,
Type  type,
int  value,
PatternRewriter rewriter 
)
static