Home
last modified time | relevance | path

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

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/
H A DSWord.hs376 b' <- W.bvUle sym x x'
621 bvule = bvBinPred True W.bvUle
H A DInterface.hs904 bvUle :: (1 <= w)
909 bvUle sym x y = notPred sym =<< bvUlt sym y x function
913 bvUge sym x y = bvUle sym y x
1628 p <- bvUle sym e max_val
1633 p <- bvUle sym e max_val
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/Expr/
H A DBuilder.hs1852 bvUle sym x' ybv
1853 NatCaseEQ -> bvUle sym xbv ybv
1856 bvUle sym xbv y'
1877 | otherwise -> join (bvUle sym <$> pure xbv <*> bvLit sym w (BV.mkBV w yi))
1884 | otherwise -> join (bvUle sym <$> bvLit sym w (BV.mkBV w xi) <*> pure ybv)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/test/
H A DGenWhat4Expr.hs313 bvUle sym x' y'