MLIR
20.0.0git
|
#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... | |
|
static |
Build Arith IR for the given affine map and its operands.
Definition at line 20 of file ReifyValueBounds.cpp.
References mlir::Add, mlir::CeilDiv, mlir::Constant, mlir::OpBuilder::create(), mlir::DimId, mlir::FloorDiv, mlir::AffineMap::getNumDims(), mlir::AffineMap::getNumResults(), mlir::AffineMap::getResult(), mlir::Mod, mlir::Mul, and mlir::SymbolId.
Referenced by mlir::arith::reifyValueBound().