Documentation

Std.Tactic.BVDecide.Bitblast.BVExpr.Circuit.Impl.Operations.SignExtend

This module contains the implementation of a bitblaster for BitVec.signExtend.

def Std.Tactic.BVDecide.BVExpr.bitblast.blastSignExtend {α : Type} [Hashable α] [DecidableEq α] {newWidth : Nat} (aig : Sat.AIG α) (target : aig.ExtendTarget newWidth) :
Equations
  • One or more equations did not get rendered due to their size.
@[irreducible]
def Std.Tactic.BVDecide.BVExpr.bitblast.blastSignExtend.go {α : Type} [Hashable α] [DecidableEq α] {aig : Sat.AIG α} (w : Nat) (hw : 0 < w) (input : aig.RefVec w) (newWidth curr : Nat) (hcurr : curr newWidth) (s : aig.RefVec curr) :
aig.RefVec newWidth
Equations
  • One or more equations did not get rendered due to their size.