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