14 #ifndef MLIR_ANALYSIS_INFERTYPEOPINTERFACE_H_ 15 #define MLIR_ANALYSIS_INFERTYPEOPINTERFACE_H_ 23 #include "llvm/ADT/SmallVector.h" 27 #include "mlir/Analysis/InferTypeOpInterface.h.inc" 30 template <
typename ConcreteType>
32 :
public TraitBase<ConcreteType, TypeOpInterfaceDefault> {
44 #endif // MLIR_ANALYSIS_INFERTYPEOPINTERFACE_H_ Definition: InferTypeOpInterface.cpp:20
static bool isCompatibleReturnTypes(ArrayRef< Type > lhs, ArrayRef< Type > rhs)
Definition: InferTypeOpInterface.h:36
Definition: InferTypeOpInterface.h:31
Definition: OpDefinition.h:386