LLVM  4.0.0
Public Member Functions | List of all members
llvm::UnderlyingObject Struct Reference

#include <ScheduleDAGInstrs.h>

Inheritance diagram for llvm::UnderlyingObject:
[legend]
Collaboration diagram for llvm::UnderlyingObject:
[legend]

Public Member Functions

 UnderlyingObject (ValueType V, bool MayAlias)
 
ValueType getValue () const
 
bool mayAlias () const
 
- Public Member Functions inherited from llvm::PointerIntPair< ValueType, 1, bool >
 PointerIntPair ()
 
 PointerIntPair (ValueTypePtrVal, boolIntVal)
 
 PointerIntPair (ValueTypePtrVal)
 
ValueType getPointer () const
 
bool getInt () const
 
void setPointer (ValueTypePtrVal)
 
void setInt (boolIntVal)
 
void initWithPointer (ValueTypePtrVal)
 
void setPointerAndInt (ValueTypePtrVal, boolIntVal)
 
ValueTypeconst * getAddrOfPointer () const
 
ValueTypegetAddrOfPointer ()
 
void * getOpaqueValue () const
 
void setFromOpaqueValue (void *Val)
 
bool operator== (const PointerIntPair &RHS) const
 
bool operator!= (const PointerIntPair &RHS) const
 
bool operator< (const PointerIntPair &RHS) const
 
bool operator> (const PointerIntPair &RHS) const
 
bool operator<= (const PointerIntPair &RHS) const
 
bool operator>= (const PointerIntPair &RHS) const
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PointerIntPair< ValueType, 1, bool >
static PointerIntPair getFromOpaqueValue (void *V)
 
static PointerIntPair getFromOpaqueValue (const void *V)
 

Detailed Description

Definition at line 90 of file ScheduleDAGInstrs.h.

Constructor & Destructor Documentation

llvm::UnderlyingObject::UnderlyingObject ( ValueType  V,
bool  MayAlias 
)
inline

Definition at line 91 of file ScheduleDAGInstrs.h.

Member Function Documentation

ValueType llvm::UnderlyingObject::getValue ( ) const
inline
bool llvm::UnderlyingObject::mayAlias ( ) const
inline

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