Skip to main content

lower_bool

Function lower_bool 

Source
pub fn lower_bool(e: &BoundedExpr) -> Option<ProofExpr>
Expand description

Lower a boolean-VALUED datapath comparison to a ProofExpr, or None if unsupported. Comparisons over bitvectors are unsigned unless the op is explicitly signed (SLt).