Safe Haskell | None |
---|---|
Language | Haskell2010 |
CmmType
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 #
Constructors
NoHint | |
AddrHint | |
SignedHint |
Instances
Eq ForeignHint Source # | |
Defined in CmmType | |
Outputable ForeignHint Source # | |
Defined in PprCmmDecl |
vecElemType :: CmmType -> CmmType Source #