6 lines
159 B
Text
6 lines
159 B
Text
import Std.Tactic.BVDecide
|
|
|
|
theorem bitvec_InstCombineShift__351 :
|
|
∀ (X C1 C2 : BitVec 10), (X * C1) <<< C2 = X * (C1 <<< C2) := by
|
|
intros
|
|
bv_decide
|