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

Safe HaskellSafe
LanguageHaskell98

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 # 
Data FloatingPointPredicate Source # 

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 # 
Read FloatingPointPredicate Source # 
Show FloatingPointPredicate Source # 
Generic FloatingPointPredicate Source # 
type Rep FloatingPointPredicate Source # 
type Rep FloatingPointPredicate = D1 * (MetaData "FloatingPointPredicate" "LLVM.AST.FloatingPointPredicate" "llvm-hs-pure-6.0.0-AdKIl6KhlcO5ZIYucKCvA1" False) ((:+:) * ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "False" PrefixI False) (U1 *)) (C1 * (MetaCons "OEQ" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "OGT" PrefixI False) (U1 *)) (C1 * (MetaCons "OGE" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "OLT" PrefixI False) (U1 *)) (C1 * (MetaCons "OLE" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "ONE" PrefixI False) (U1 *)) (C1 * (MetaCons "ORD" PrefixI False) (U1 *))))) ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "UNO" PrefixI False) (U1 *)) (C1 * (MetaCons "UEQ" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "UGT" PrefixI False) (U1 *)) (C1 * (MetaCons "UGE" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "ULT" PrefixI False) (U1 *)) (C1 * (MetaCons "ULE" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "UNE" PrefixI False) (U1 *)) (C1 * (MetaCons "True" PrefixI False) (U1 *))))))