ghc-8.4.3: The GHC API

Safe HaskellNone
LanguageHaskell2010

CmmType

Documentation

data CmmType Source #

Instances
Outputable CmmType Source # 
Instance details

Defined in CmmType

data Width Source #

Constructors

W8 
W16 
W32 
W64 
W80 
W128 
W256 
W512 
Instances
Eq Width Source # 
Instance details

Defined in CmmType

Methods

(==) :: Width -> Width -> Bool #

(/=) :: Width -> Width -> Bool #

Ord Width Source # 
Instance details

Defined in CmmType

Methods

compare :: Width -> Width -> Ordering #

(<) :: Width -> Width -> Bool #

(<=) :: Width -> Width -> Bool #

(>) :: Width -> Width -> Bool #

(>=) :: Width -> Width -> Bool #

max :: Width -> Width -> Width #

min :: Width -> Width -> Width #

Show Width Source # 
Instance details

Defined in CmmType

Methods

showsPrec :: Int -> Width -> ShowS #

show :: Width -> String #

showList :: [Width] -> ShowS #

Outputable Width Source # 
Instance details

Defined in CmmType

data ForeignHint Source #

Constructors

NoHint 
AddrHint 
SignedHint 
Instances
Eq ForeignHint Source # 
Instance details

Defined in CmmType

Outputable ForeignHint Source # 
Instance details

Defined in PprCmmDecl