llvm-hs-pure-4.0.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 #