#include "circt/Dialect/LTL/LTLOps.h"
#include "circt/Dialect/LTL/LTLTypes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/SymbolTable.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "circt/Dialect/LTL/LTL.cpp.inc"
Go to the source code of this file.
|
static LogicalResult | inferAndLikeReturnTypes (MLIRContext *context, ValueRange operands, SmallVectorImpl< Type > &results) |
|
◆ GET_OP_CLASSES
◆ inferAndLikeReturnTypes()
static LogicalResult inferAndLikeReturnTypes |
( |
MLIRContext * |
context, |
|
|
ValueRange |
operands, |
|
|
SmallVectorImpl< Type > & |
results |
|
) |
| |
|
static |