llvm-hs-pure-8.0.0: Pure Haskell LLVM functionality (no FFI).

Safe HaskellSafe
LanguageHaskell2010

LLVM.AST.COMDAT

Description

Module to allow importing SelectionKind distinctly qualified.

Synopsis

Documentation

data SelectionKind Source #

Instances
Eq SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

Data SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SelectionKind -> c SelectionKind #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SelectionKind #

toConstr :: SelectionKind -> Constr #

dataTypeOf :: SelectionKind -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SelectionKind) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SelectionKind) #

gmapT :: (forall b. Data b => b -> b) -> SelectionKind -> SelectionKind #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SelectionKind -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SelectionKind -> r #

gmapQ :: (forall d. Data d => d -> u) -> SelectionKind -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SelectionKind -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SelectionKind -> m SelectionKind #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectionKind -> m SelectionKind #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectionKind -> m SelectionKind #

Read SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

Show SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

Generic SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

Associated Types

type Rep SelectionKind :: Type -> Type #

type Rep SelectionKind Source # 
Instance details

Defined in LLVM.AST.COMDAT

type Rep SelectionKind = D1 (MetaData "SelectionKind" "LLVM.AST.COMDAT" "llvm-hs-pure-8.0.0-inplace" False) ((C1 (MetaCons "Any" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ExactMatch" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Largest" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "NoDuplicates" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SameSize" PrefixI False) (U1 :: Type -> Type))))