LLVM API Documentation

Public Member Functions | Public Attributes
llvm::CompareConstantExpr Class Reference

#include <ConstantsContext.h>

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

List of all members.

Public Member Functions

void * operator new (size_t s)
 CompareConstantExpr (Type *ty, Instruction::OtherOps opc, unsigned short pred, Constant *LHS, Constant *RHS)
 DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value)
 Transparently provide more efficient getOperand methods.

Public Attributes

unsigned short predicate

Detailed Description

Definition at line 234 of file ConstantsContext.h.


Constructor & Destructor Documentation

llvm::CompareConstantExpr::CompareConstantExpr ( Type ty,
Instruction::OtherOps  opc,
unsigned short  pred,
Constant LHS,
Constant RHS 
) [inline]

Definition at line 243 of file ConstantsContext.h.


Member Function Documentation

Transparently provide more efficient getOperand methods.

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

Reimplemented from llvm::User.

Definition at line 239 of file ConstantsContext.h.


Member Data Documentation

Definition at line 242 of file ConstantsContext.h.


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