|
LLVM
8.0.1
|

Public Types | |
| enum | { None = 0, Root = 0x01, Internal = 0x02, Used = 0x04, InBounds = 0x08 } |
Public Member Functions | |
| GepNode () | |
| GepNode (const GepNode *N) | |
Public Attributes | |
| uint32_t | Flags = 0 |
| union { | |
| GepNode * Parent | |
| Value * BaseVal | |
| }; | |
| Value * | Idx = nullptr |
| Type * | PTy = nullptr |
Friends | |
| raw_ostream & | operator<< (raw_ostream &OS, const GepNode &GN) |
Definition at line 175 of file HexagonCommonGEP.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| None | |
| Root | |
| Internal | |
| Used | |
| InBounds | |
Definition at line 176 of file HexagonCommonGEP.cpp.
|
inline |
Definition at line 192 of file HexagonCommonGEP.cpp.
Definition at line 193 of file HexagonCommonGEP.cpp.
References BaseVal, llvm::operator<<(), and Parent.
|
friend |
Definition at line 219 of file HexagonCommonGEP.cpp.
| union { ... } |
| Value* false::GepNode::BaseVal |
Definition at line 187 of file HexagonCommonGEP.cpp.
Referenced by GepNode(), and false::operator<<().
| uint32_t false::GepNode::Flags = 0 |
Definition at line 184 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
| Value* false::GepNode::Idx = nullptr |
Definition at line 189 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
| GepNode* false::GepNode::Parent |
Definition at line 186 of file HexagonCommonGEP.cpp.
Referenced by GepNode(), and false::operator<<().
| Type* false::GepNode::PTy = nullptr |
Definition at line 190 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
1.8.13