MLIR  19.0.0git
Functions
ReifyValueBounds.cpp File Reference
#include "mlir/Dialect/Arith/Transforms/Transforms.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Interfaces/ValueBoundsOpInterface.h"

Go to the source code of this file.

Functions

static Value buildArithValue (OpBuilder &b, Location loc, AffineMap map, ValueRange operands)
 Build Arith IR for the given affine map and its operands. More...
 

Function Documentation

◆ buildArithValue()

static Value buildArithValue ( OpBuilder b,
Location  loc,
AffineMap  map,
ValueRange  operands 
)
static