Home | History | Annotate | Download | only in Scalar

Lines Matching defs:NA

1546       AllocaInst *NA = new AllocaInst(ST->getContainedType(i), 0,
1549 ElementAllocas.push_back(NA);
1550 WorkList.push_back(NA); // Add to worklist for recursive processing
1557 AllocaInst *NA = new AllocaInst(ElTy, 0, AI->getAlignment(),
1559 ElementAllocas.push_back(NA);
1560 WorkList.push_back(NA); // Add to worklist for recursive processing