MLIR 23.0.0git
ReifyValueBounds.cpp File Reference

Go to the source code of this file.

Functions

static bool isIndexLikeType (Type type, ValueBoundsOptions options)
static Value castToIndexValue (OpBuilder &b, Location loc, Value value)
static Value buildArithValue (OpBuilder &b, Location loc, AffineMap map, ValueRange operands)
 Build Arith IR for the given affine map and its operands.

Function Documentation

◆ buildArithValue()

◆ castToIndexValue()

Value castToIndexValue ( OpBuilder & b,
Location loc,
Value value )
static

◆ isIndexLikeType()