From 9e130ce3aa79a064c592738f596382117747d166 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 29 May 2010 06:44:15 +0000 Subject: [PATCH] Document aggregate operation constant expressions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105098 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/LangRef.html b/docs/LangRef.html index a0f59cf6e5a..2d89b71ec41 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2574,6 +2574,18 @@ end:
Perform the shufflevector operation on constants.
+
extractvalue (VAL, IDX0, IDX1, ...)
+
Perform the extractvalue operation on + constants. The index list is interpreted in a similar manner as indices in + a 'getelementptr' operation. At least one + index value must be specified.
+ +
insertvalue (VAL, ELT, IDX0, IDX1, ...)
+
Perform the insertvalue operation on + constants. The index list is interpreted in a similar manner as indices in + a 'getelementptr' operation. At least one + index value must be specified.
+
OPCODE (LHS, RHS)
Perform the specified operation of the LHS and RHS constants. OPCODE may be any of the binary