LLVM API Documentation

InsertElementConstantExpr Class Reference

Inheritance diagram for InsertElementConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for InsertElementConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InsertElementConstantExpr (Constant *C1, Constant *C2, Constant *C3)

Detailed Description

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

Definition at line 367 of file Constants.cpp.


Constructor & Destructor Documentation

InsertElementConstantExpr::InsertElementConstantExpr ( Constant C1,
Constant C2,
Constant C3 
) [inline]

Definition at line 370 of file Constants.cpp.


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