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

Safe HaskellSafe
LanguageHaskell98

LLVM.AST.Typed

Description

Querying the type of LLVM expressions

Documentation

class Typed a where Source #

Minimal complete definition

typeOf

Methods

typeOf :: a -> Type Source #

Instances
Typed SomeFloat Source # 
Instance details
Typed Constant Source # 
Instance details

Methods

typeOf :: Constant -> Type Source #

Typed CallableOperand Source # 
Instance details
Typed Operand Source # 
Instance details

Methods

typeOf :: Operand -> Type Source #

Typed Parameter Source # 
Instance details
Typed Global Source # 
Instance details

Methods

typeOf :: Global -> Type Source #