LLVM API Documentation

Public Member Functions
llvm::UnaryConstantExpr Class Reference

#include <ConstantsContext.h>

Inheritance diagram for llvm::UnaryConstantExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::UnaryConstantExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void * operator new (size_t s)
 UnaryConstantExpr (unsigned Opcode, Constant *C, Type *Ty)
 DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value)

Detailed Description

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

Definition at line 35 of file ConstantsContext.h.


Constructor & Destructor Documentation

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

Definition at line 43 of file ConstantsContext.h.


Member Function Documentation

void* llvm::UnaryConstantExpr::operator new ( size_t  s) [inline]

Reimplemented from llvm::User.

Definition at line 40 of file ConstantsContext.h.


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