LLVM API Documentation

SelectConstantExpr Class Reference

Inheritance diagram for SelectConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for SelectConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 339 of file Constants.cpp.


Constructor & Destructor Documentation

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

Definition at line 342 of file Constants.cpp.


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