| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
LLVM.AST.Typed
Description
Querying the type of LLVM expressions
Documentation
Minimal complete definition
Instances
| Typed SomeFloat # | |
Defined in LLVM.AST.Typed | |
| Typed Constant # | |
Defined in LLVM.AST.Typed | |
| Typed CallableOperand # | |
Defined in LLVM.AST.Typed Methods typeOf :: CallableOperand -> Type # | |
| Typed Operand # | |
Defined in LLVM.AST.Typed | |
| Typed Parameter # | |
Defined in LLVM.AST.Typed | |
| Typed Global # | |
Defined in LLVM.AST.Typed | |
getElementType :: Type -> Type #
getElementPtrType :: Type -> [Constant] -> Type #
extractValueType :: [Word32] -> Type -> Type #