Home
last modified time | relevance | path

Searched defs:GepNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp169 struct GepNode { struct
170 enum {
190 uint32_t Flags = 0;
191 union {
195 Value *Idx = nullptr;
196 Type *PTy = nullptr; // Type indexed by this node. For pointer nodes
200 GepNode() : Parent(nullptr) {} in GepNode() argument
201 GepNode(const GepNode *N) : Flags(N->Flags), Idx(N->Idx), PTy(N->PTy) { in GepNode() argument