LLVM API Documentation

Public Member Functions
llvm::BinaryConstantExpr Class Reference

#include <ConstantsContext.h>

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

List of all members.

Public Member Functions

void * operator new (size_t s)
 BinaryConstantExpr (unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags)
 DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value)
 Transparently provide more efficient getOperand methods.

Detailed Description

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

Definition at line 52 of file ConstantsContext.h.


Constructor & Destructor Documentation

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

Definition at line 60 of file ConstantsContext.h.

References llvm::Value::SubclassOptionalData.


Member Function Documentation

Transparently provide more efficient getOperand methods.

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

Reimplemented from llvm::User.

Definition at line 57 of file ConstantsContext.h.


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