LLVM API Documentation

UnaryConstantExpr Class Reference

Inheritance diagram for UnaryConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for UnaryConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 UnaryConstantExpr (unsigned Opcode, Constant *C, const Type *Ty)

Detailed Description

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

Definition at line 311 of file Constants.cpp.


Constructor & Destructor Documentation

UnaryConstantExpr::UnaryConstantExpr ( unsigned  Opcode,
Constant C,
const Type Ty 
) [inline]

Definition at line 314 of file Constants.cpp.


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