llvm-hs-5.1.1: General purpose LLVM bindings
LLVM.Internal.FFI.InstructionDefs
data InstructionKind Source #
Constructors
Instances
Methods
(==) :: InstructionKind -> InstructionKind -> Bool #
(/=) :: InstructionKind -> InstructionKind -> Bool #
compare :: InstructionKind -> InstructionKind -> Ordering #
(<) :: InstructionKind -> InstructionKind -> Bool #
(<=) :: InstructionKind -> InstructionKind -> Bool #
(>) :: InstructionKind -> InstructionKind -> Bool #
(>=) :: InstructionKind -> InstructionKind -> Bool #
max :: InstructionKind -> InstructionKind -> InstructionKind #
min :: InstructionKind -> InstructionKind -> InstructionKind #
showsPrec :: Int -> InstructionKind -> ShowS #
show :: InstructionKind -> String #
showList :: [InstructionKind] -> ShowS #
data InstructionDef Source #
Fields
(==) :: InstructionDef -> InstructionDef -> Bool #
(/=) :: InstructionDef -> InstructionDef -> Bool #
compare :: InstructionDef -> InstructionDef -> Ordering #
(<) :: InstructionDef -> InstructionDef -> Bool #
(<=) :: InstructionDef -> InstructionDef -> Bool #
(>) :: InstructionDef -> InstructionDef -> Bool #
(>=) :: InstructionDef -> InstructionDef -> Bool #
max :: InstructionDef -> InstructionDef -> InstructionDef #
min :: InstructionDef -> InstructionDef -> InstructionDef #
showsPrec :: Int -> InstructionDef -> ShowS #
show :: InstructionDef -> String #
showList :: [InstructionDef] -> ShowS #
instructionDefs :: [InstructionDef] Source #