MLIR
20.0.0git
|
Add support for llvm style casts. More...
#include "mlir/Tools/PDLL/AST/Types.h"
Static Public Member Functions | |
static bool | isPossible (mlir::pdll::ast::Type ty) |
static To | doCast (mlir::pdll::ast::Type ty) |
Add support for llvm style casts.
We provide a cast between To and From if From is mlir::pdll::ast::Type or derives from it
|
inlinestatic |
Definition at line 352 of file Types.h.
References mlir::pdll::ast::Type::getImpl().
|
inlinestatic |