LLVM API Documentation

BinaryConstantExpr Class Reference

Inheritance diagram for BinaryConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for BinaryConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BinaryConstantExpr (unsigned Opcode, Constant *C1, Constant *C2)

Detailed Description

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

Definition at line 326 of file Constants.cpp.


Constructor & Destructor Documentation

BinaryConstantExpr::BinaryConstantExpr ( unsigned  Opcode,
Constant C1,
Constant C2 
) [inline]

Definition at line 329 of file Constants.cpp.


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