Lines Matching defs:Nx
364 GepNode *Nx = new (*Mem) GepNode;365 Nx->Parent = PN; // Link Nx to the previous node.366 Nx->Flags |= GepNode::Internal;367 Nx->PTy = PtrTy;368 Nx->Idx = Op;369 Nodes.push_back(Nx);370 NodeOrder.insert(Nx);371 PN = Nx;975 UseSet::iterator Nx = std::next(I);980 I = Nx;