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

Safe HaskellSafe
LanguageHaskell2010

LLVM.AST.FloatingPointPredicate

Description

Predicates for the FCmp instruction

Synopsis

Documentation

data FloatingPointPredicate Source #

Constructors

False 
OEQ 
OGT 
OGE 
OLT 
OLE 
ONE 
ORD 
UNO 
UEQ 
UGT 
UGE 
ULT 
ULE 
UNE 
True 
Instances
Eq FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Data FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Methods

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

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

toConstr :: FloatingPointPredicate -> Constr #

dataTypeOf :: FloatingPointPredicate -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Read FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Show FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Generic FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

Associated Types

type Rep FloatingPointPredicate :: Type -> Type #

type Rep FloatingPointPredicate Source # 
Instance details

Defined in LLVM.AST.FloatingPointPredicate

type Rep FloatingPointPredicate = D1 (MetaData "FloatingPointPredicate" "LLVM.AST.FloatingPointPredicate" "llvm-hs-pure-8.0.0-inplace" False) ((((C1 (MetaCons "False" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OEQ" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "OGT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OGE" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "OLT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OLE" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ONE" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ORD" PrefixI False) (U1 :: Type -> Type)))) :+: (((C1 (MetaCons "UNO" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UEQ" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UGT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UGE" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ULT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ULE" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UNE" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "True" PrefixI False) (U1 :: Type -> Type)))))