NAME
LLVM::Const - LLVM const value class
VERSION
version 0.09
DESCRIPTION
A LLVM::Const
represents a constant value.
METHODS
int( $int_type, $value )
Create a new constant integer LLVM::Value with value $value
.
real( $real_type, $value )
Create a new constant real LLVM::Value with value $value
.
string( $value )
Create a new constant string LLVM::Value with value $value
.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.