llvm-extra-0.9: Utility functions for the llvm interface

Safe HaskellNone

LLVM.Extra.ArithmeticPrivate

Synopsis

Documentation

min :: CmpRet a => Value a -> Value a -> CodeGenFunction r (Value a)Source

This would also work for vectors, but LLVM-3.1 crashes when actually doing this.