mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Document aggregate operation constant expressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ed9d40aa1
commit
9e130ce3aa
@ -2574,6 +2574,18 @@ end:
|
||||
<dd>Perform the <a href="#i_shufflevector">shufflevector operation</a> on
|
||||
constants.</dd>
|
||||
|
||||
<dt><b><tt>extractvalue (VAL, IDX0, IDX1, ...)</tt></b></dt>
|
||||
<dd>Perform the <a href="#i_extractvalue">extractvalue operation</a> on
|
||||
constants. The index list is interpreted in a similar manner as indices in
|
||||
a '<a href="#i_getelementptr">getelementptr</a>' operation. At least one
|
||||
index value must be specified.</dd>
|
||||
|
||||
<dt><b><tt>insertvalue (VAL, ELT, IDX0, IDX1, ...)</tt></b></dt>
|
||||
<dd>Perform the <a href="#i_insertvalue">insertvalue operation</a> on
|
||||
constants. The index list is interpreted in a similar manner as indices in
|
||||
a '<a href="#i_getelementptr">getelementptr</a>' operation. At least one
|
||||
index value must be specified.</dd>
|
||||
|
||||
<dt><b><tt>OPCODE (LHS, RHS)</tt></b></dt>
|
||||
<dd>Perform the specified operation of the LHS and RHS constants. OPCODE may
|
||||
be any of the <a href="#binaryops">binary</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user