|
LLVM
4.0.0
|
#include <ScheduleDAGInstrs.h>
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 |
| ValueType * | getAddrOfPointer () |
| 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) |
Definition at line 90 of file ScheduleDAGInstrs.h.
Definition at line 91 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 93 of file ScheduleDAGInstrs.h.
References llvm::PointerIntPair< ValueType, 1, bool >::getPointer().
|
inline |
Definition at line 94 of file ScheduleDAGInstrs.h.
References llvm::PointerIntPair< ValueType, 1, bool >::getInt().
1.8.6