Searched defs:AnfNodeIndex (Results 1 – 1 of 1) sorted by relevance
37 struct AnfNodeIndex { struct38 AnfNodeIndex() : node(nullptr), index(0) {} in AnfNodeIndex() argument39 AnfNodeIndex(const AnfNodePtr &n, const int i) : node(n), index(i) {} in AnfNodeIndex() function40 AnfNodePtr node;41 uint32_t index;