Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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() function