llvm-hs-pure-5.1.2: Pure Haskell LLVM functionality (no FFI).
LLVM.IRBuilder.Constant
int64 :: Applicative f => Integer -> f Operand Source #
int32 :: Applicative f => Integer -> f Operand Source #
bit :: Applicative f => Integer -> f Operand Source #
double :: Applicative f => Double -> f Operand Source #
single :: Applicative f => Float -> f Operand Source #
half :: Applicative f => Word16 -> f Operand Source #
struct :: Applicative f => Maybe Name -> Bool -> [Constant] -> f Operand Source #
array :: Applicative f => [Constant] -> f Operand Source #