Lines Matching defs:NA
143 Value *fabricateGEP(NodeVect &NA, BasicBlock::iterator At,
1077 Value *HexagonCommonGEP::fabricateGEP(NodeVect &NA, BasicBlock::iterator At,
1081 << NA);
1082 unsigned Num = NA.size();
1083 GepNode *RN = NA[0];
1096 if (!(NA[Idx]->Flags & GepNode::Pointer)) {
1101 // Keep adding indices from NA until we have to stop and generate
1104 GepNode *N = NA[Idx-1];
1108 if (NA[Idx]->Flags & GepNode::Pointer)
1117 InpTy = NA[Idx]->PTy;
1161 NodeVect NA; // Nodes to assemble.
1162 // Append to NA all child nodes up to (and including) the first child
1176 NA.push_back(Last);
1200 // Generate a new instruction for NA.
1201 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);