MLIR
21.0.0git
|
Add support for llvm style casts. More...
#include "mlir/IR/AffineExpr.h"
Static Public Member Functions | |
static bool | isPossible (mlir::AffineExpr expr) |
static To | doCast (mlir::AffineExpr expr) |
Add support for llvm style casts.
We provide a cast between To and From if From is mlir::AffineExpr or derives from it.
Definition at line 413 of file AffineExpr.h.
|
inlinestatic |
Definition at line 436 of file AffineExpr.h.
References mlir::AffineExpr::getImpl().
|
inlinestatic |
Return a constant true instead of a dynamic true when casting to self or up the hierarchy.
Definition at line 420 of file AffineExpr.h.
References mlir::AffineExpr::getKind().