Add SigSpec::is_fully_ones()
This commit is contained in:
@@ -704,6 +704,7 @@ public:
|
||||
|
||||
bool is_fully_const() const;
|
||||
bool is_fully_zero() const;
|
||||
bool is_fully_ones() const;
|
||||
bool is_fully_def() const;
|
||||
bool is_fully_undef() const;
|
||||
bool has_const() const;
|
||||
|
||||
Reference in New Issue
Block a user