llvm-hs-7.0.1: General purpose LLVM bindings

Safe HaskellSafe
LanguageHaskell2010

LLVM.Internal.FFI.User

Description

FFI functions for handling the LLVM User class

Synopsis

Documentation

data Use Source #

a blind type to correspond to llvm::Use

isAUser :: Ptr Value -> IO (Ptr User) Source #

test if a Value is a User