Safe Haskell | None |
---|---|
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 :: DynFlags -> Width Source #
halfWordMask :: DynFlags -> Integer Source #
data ForeignHint Source #
Instances
Eq ForeignHint # | |
Defined in CmmType (==) :: ForeignHint -> ForeignHint -> Bool # (/=) :: ForeignHint -> ForeignHint -> Bool # | |
Outputable ForeignHint # | |
Defined in PprCmmDecl |
vecElemType :: CmmType -> CmmType Source #