#include "circt/Support/LLVM.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "llvm/ADT/APInt.h"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
|
| static std::optional< APInt > | circt::getConstantInt (Attribute operand) |
| | Determine the integer value of a constant operand.
|
| |
| static bool | circt::isConstantZero (Attribute operand) |
| | Determine whether a constant operand is a zero value.
|
| |
| static bool | circt::isConstantOne (Attribute operand) |
| | Determine whether a constant operand is a one value.
|
| |