Displaying 2 results from an estimated 2 matches for "aggregateconstants".
2009 Feb 28
3
[LLVMdev] Question about documentation of BitCast CExps.
In the documentation at [http://llvm.org/docs/LangRef.html], we have
the section [#aggregateconstants] telling us that the aggregate
constants are:
* Structure constants
* Array constants
* Vector constants
* Zeroinitialization
However, in [#constantexprs] we have a bitcast(CST, TYPE) operator
with the documentation (emphasis by me):
Convert a constant, CST, to another TYPE. The size of...
2009 Feb 28
0
[LLVMdev] Question about documentation of BitCast CExps.
Jesper Louis Andersen wrote:
> In the documentation at [http://llvm.org/docs/LangRef.html], we have
> the section [#aggregateconstants] telling us that the aggregate
> constants are:
>
> * Structure constants
> * Array constants
> * Vector constants
> * Zeroinitialization
>
> However, in [#constantexprs] we have a bitcast(CST, TYPE) operator
> with the documentation (emphasis by me):
>
>...