Lines Matching defs:NA
142 Value *fabricateGEP(NodeVect &NA, BasicBlock::iterator At,
1076 Value *HexagonCommonGEP::fabricateGEP(NodeVect &NA, BasicBlock::iterator At,
1080 << NA);
1081 unsigned Num = NA.size();
1082 GepNode *RN = NA[0];
1095 if (!(NA[Idx]->Flags & GepNode::Pointer)) {
1100 // Keep adding indices from NA until we have to stop and generate
1103 GepNode *N = NA[Idx-1];
1107 if (NA[Idx]->Flags & GepNode::Pointer)
1116 InpTy = NA[Idx]->PTy;
1160 NodeVect NA; // Nodes to assemble.
1161 // Append to NA all child nodes up to (and including) the first child
1175 NA.push_back(Last);
1199 // Generate a new instruction for NA.
1200 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);