Home
last modified time | relevance | path

Searched refs:bvUn (Results 1 – 1 of 1) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/
H A DSWord.hs459 bvUn :: forall sym. IsExprBuilder sym =>
462 bvUn f sym (DBV bv) = DBV <$> f sym bv function
463 bvUn _ _ ZBV = return ZBV function
512 bvNot = bvUn W.bvNotBits
530 bvNeg = bvUn W.bvNeg
546 bvPopcount = bvUn W.bvPopcount
549 bvCountLeadingZeros = bvUn W.bvCountLeadingZeros
552 bvCountTrailingZeros = bvUn W.bvCountTrailingZeros
603 bvLg2 = bvUn w_bvLg2