Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmOpt.hs263 maybe_comparison (MO_U_Gt _) rep _ = Just (MO_U_Gt rep) function
264 maybe_comparison (MO_U_Ge _) rep _ = Just (MO_U_Ge rep) function
265 maybe_comparison (MO_U_Lt _) rep _ = Just (MO_U_Lt rep) function
266 maybe_comparison (MO_U_Le _) rep _ = Just (MO_U_Le rep) function
267 maybe_comparison (MO_Eq _) rep _ = Just (MO_Eq rep) function
268 maybe_comparison (MO_S_Gt _) rep True = Just (MO_S_Gt rep) function
269 maybe_comparison (MO_S_Ge _) rep True = Just (MO_S_Ge rep) function
270 maybe_comparison (MO_S_Lt _) rep True = Just (MO_S_Lt rep) function
271 maybe_comparison (MO_S_Le _) rep True = Just (MO_S_Le rep) function
272 maybe_comparison (MO_S_Gt _) rep False = Just (MO_U_Gt rep) function
[all …]