MLIR  19.0.0git
Namespaces | Functions
CastInterfaces.h File Reference
#include "mlir/IR/OpDefinition.h"
#include "mlir/Interfaces/CastInterfaces.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::impl
 Attribute collections provide a dictionary-like interface.
 
 mlir::builtin
 

Functions

LogicalResult mlir::impl::foldCastInterfaceOp (Operation *op, ArrayRef< Attribute > attrOperands, SmallVectorImpl< OpFoldResult > &foldResults)
 Attempt to fold the given cast operation. More...
 
LogicalResult mlir::impl::verifyCastInterfaceOp (Operation *op)
 Attempt to verify the given cast operation. More...
 
void mlir::builtin::registerCastOpInterfaceExternalModels (DialectRegistry &registry)