pattern 12: and

parameterized by W. valid on word type only.

abstract:   and_W(a, b) โ†’ bitwise conjunction over W bits
canonical:  v_a โˆง v_b (32-bit AND)

cost: 1. constraints: ~32.

Local Graph