LLVM API Documentation

ExtractElementConstantExpr Class Reference

Inheritance diagram for ExtractElementConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for ExtractElementConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ExtractElementConstantExpr (Constant *C1, Constant *C2)

Detailed Description

ExtractElementConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement extractelement constant exprs.

Definition at line 353 of file Constants.cpp.


Constructor & Destructor Documentation

ExtractElementConstantExpr::ExtractElementConstantExpr ( Constant C1,
Constant C2 
) [inline]

Definition at line 356 of file Constants.cpp.


The documentation for this class was generated from the following file: