Home
last modified time | relevance | path

Searched defs:CmmLit (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DExpr.hs56 = CmmLit CmmLit -- Literal constructor
70 CmmLit l1 == CmmLit l2 = l1==l2 function
175 data CmmLit type
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DExpr.hs56 = CmmLit !CmmLit -- Literal constructor
71 CmmLit l1 == CmmLit l2 = l1==l2 function
176 data CmmLit type
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmExpr.hs54 = CmmLit CmmLit -- Literal constructor
68 CmmLit l1 == CmmLit l2 = l1==l2 function
173 data CmmLit type
H A DCmmCommonBlockElim.hs224 CmmLit l1 `eq` CmmLit l2 = eqLit l1 l2 function