Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs169 hash_lit (CmmInt i _) = fromInteger i function
170 hash_lit (CmmFloat r _) = truncate r function
171 hash_lit (CmmVec ls) = hash_list hash_lit ls function
172 hash_lit (CmmLabel _) = 119 -- ugh function
173 hash_lit (CmmLabelOff _ i) = cvt $ 199 + i function
174 hash_lit (CmmLabelDiffOff _ _ i _) = cvt $ 299 + i function
175 hash_lit (CmmBlock _) = 191 -- ugh function
176 hash_lit (CmmHighStackMark) = cvt 313 function