Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getJumpDestBlockId :: JumpDest -> Maybe BlockId

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  2. getMetaUniqueId :: LlvmM MetaId

    ghc GHC.CmmToLlvm.Base

    Allocate a new global unnamed metadata identifier

  3. widthToLlvmFloat :: Width -> LlvmType

    ghc GHC.CmmToLlvm.Base

    Translate a Cmm Float Width to a LlvmType.

  4. widthToLlvmInt :: Width -> LlvmType

    ghc GHC.CmmToLlvm.Base

    Translate a Cmm Bit Width to a LlvmType.

  5. type InId = Id

    ghc GHC.Core

    No documentation available.

  6. type OutId = Id

    ghc GHC.Core

    No documentation available.

  7. data UnfoldingGuidance

    ghc GHC.Core

    UnfoldingGuidance says when unfolding should take place

  8. isId :: Var -> Bool

    ghc GHC.Core

    Is this a value-level (i.e., computationally relevant) Identifier? Satisfies isId = not . isTyVar.

  9. neverUnfoldGuidance :: UnfoldingGuidance -> Bool

    ghc GHC.Core

    No documentation available.

  10. ruleIdName :: CoreRule -> Name

    ghc GHC.Core

    The Name of the Id at the head of the rule left hand side

Page 487 of many | Previous | Next