MLIR
21.0.0git
|
#include "mlir/Dialect/SMT/IR/SMTAttributes.h"
#include "mlir/Dialect/SMT/IR/SMTDialect.h"
#include "mlir/Dialect/SMT/IR/SMTTypes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/DialectImplementation.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Format.h"
#include "mlir/Dialect/SMT/IR/SMTAttributes.cpp.inc"
Go to the source code of this file.
Macros | |
#define | GET_ATTRDEF_CLASSES |
#define | GET_ATTRDEF_LIST |
Functions | |
static FailureOr< APInt > | parseBitVectorString (function_ref< InFlightDiagnostic()> emitError, StringRef value) |
Parse an SMT-LIB formatted bit-vector string. More... | |
#define GET_ATTRDEF_CLASSES |
Definition at line 157 of file SMTAttributes.cpp.
#define GET_ATTRDEF_LIST |
|
static |
Parse an SMT-LIB formatted bit-vector string.
Definition at line 53 of file SMTAttributes.cpp.
References mlir::emitError().