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

LLVM.Extra.Arithmetic

Synopsis

Documentation

umin :: (IsInteger 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.