slang::ast::AssertionExpr::NondegeneracyCheckResult struct

A result structure for checking nondegeneracy.

Public variables

bitmask<NondegeneracyStatus> status
The nondegeneracy status of the expression.
SourceRange noMatchRange
The range of the expression that caused status to contain NondegeneracyStatus::AdmitsNoMatch.
bool isAlwaysFalse
Set to true if the expression is known to be always false.