Home | History | Annotate | Download | only in IPO

Lines Matching refs:NGV

495       GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false,
500 Globals.insert(GV, NGV);
501 NewGlobals.push_back(NGV);
509 NGV->setAlignment(NewAlign);
528 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false,
533 Globals.insert(GV, NGV);
534 NewGlobals.push_back(NGV);
541 NGV->setAlignment(NewAlign);
1296 GlobalVariable *NGV =
1302 FieldGlobals.push_back(NGV);
1313 new StoreInst(NMI, NGV, CI);