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

LLVM.Extra.Arithmetic

Synopsis

Documentation

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

This would also work for vectors, if LLVM would support select with bool vectors as condition.