Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
isFloatType :: CmmType -> Bool Source #
isGcPtrType :: CmmType -> Bool Source #
isBitsType :: CmmType -> Bool Source #
widthInBits :: Width -> Int Source #
widthInBytes :: Width -> Int Source #
widthInLog :: Width -> Int Source #
widthFromBytes :: Int -> Width Source #
halfWordWidth :: Platform -> Width Source #
halfWordMask :: Platform -> Integer Source #
data ForeignHint Source #
Instances
Outputable ForeignHint Source # | |
Defined in GHC.Cmm.Ppr.Decl | |
Eq ForeignHint Source # | |
Defined in GHC.Cmm.Type (==) :: ForeignHint -> ForeignHint -> Bool # (/=) :: ForeignHint -> ForeignHint -> Bool # |
vecElemType :: CmmType -> CmmType Source #