LLVM 20.0.0git
|
#include "llvm/CodeGen/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 > | |
constexpr | PointerIntPair ()=default |
PointerIntPair (ValueType PtrVal, bool IntVal) | |
PointerIntPair (ValueType PtrVal) | |
ValueType | getPointer () const |
bool | getInt () const |
void | setPointer (ValueType PtrVal) & |
void | setInt (bool IntVal) & |
void | initWithPointer (ValueType PtrVal) & |
void | setPointerAndInt (ValueType PtrVal, bool IntVal) & |
ValueType const * | 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 103 of file ScheduleDAGInstrs.h.
Definition at line 104 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 107 of file ScheduleDAGInstrs.h.
References llvm::PointerIntPair< ValueType, 1, bool >::getPointer().
|
inline |
Definition at line 108 of file ScheduleDAGInstrs.h.
References llvm::PointerIntPair< ValueType, 1, bool >::getInt().