llvm-hs-5.1.0: General purpose LLVM bindings
LLVM.Internal.FFI.BinaryOperator
Description
FFI functions for handling the LLVM BinaryOperator class
isABinaryOperator :: Ptr Value -> IO (Ptr BinaryOperator) Source #
hasNoSignedWrap :: Ptr Value -> IO LLVMBool Source #
hasNoUnsignedWrap :: Ptr Value -> IO LLVMBool Source #
isExact :: Ptr Value -> IO LLVMBool Source #
getFastMathFlags :: Ptr Value -> IO FastMathFlags Source #