My Project
Classes | Namespaces
TypeSwitch.h File Reference
#include "mlir/Support/LLVM.h"
#include "mlir/Support/STLExtras.h"
#include "llvm/ADT/Optional.h"
Include dependency graph for TypeSwitch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::detail::TypeSwitchBase< DerivedT, T >
 
class  mlir::TypeSwitch< T, ResultT >
 
class  mlir::TypeSwitch< T, void >
 Specialization of TypeSwitch for void returning callables. More...
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.