Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp176 struct GepNode { struct
177 enum {
185 uint32_t Flags = 0;
186 union {
190 Value *Idx = nullptr;
191 Type *PTy = nullptr; // Type of the pointer operand.
193 GepNode() : Parent(nullptr) {} in GepNode() function
194 GepNode(const GepNode *N) : Flags(N->Flags), Idx(N->Idx), PTy(N->PTy) { in GepNode() argument