Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
maybeCharLikeCon :: DataCon -> Boolghc GHC.Builtin.Utils No documentation available.
maybeIntLikeCon :: DataCon -> Boolghc GHC.Builtin.Utils No documentation available.
maybeLocalBlockLabel :: CLabel -> Maybe BlockIdghc GHC.Cmm.CLabel If a label is a local block label then return just its BlockId, otherwise Nothing.
maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExprghc GHC.Cmm.Expr No documentation available.
maybeIntComparison :: MachOp -> Maybe Widthghc GHC.Cmm.MachOp Returns Just w if the operation is an integer comparison with width w, or Nothing otherwise.
maybeInvertComparison :: MachOp -> Maybe MachOpghc GHC.Cmm.MachOp No documentation available.
maybeFlipCond :: Cond -> Maybe Condghc GHC.CmmToAsm.X86.Cond maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.