reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1308 FieldGlobals.push_back(NGV); 1363 for (unsigned i = 0, e = FieldGlobals.size(); i != e; ++i) { 1365 new LoadInst(cast<GlobalVariable>(FieldGlobals[i])->getValueType(), 1366 FieldGlobals[i], "tmp", NullPtrBlock); 1378 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i], 1393 InsertedScalarizedValues[GV] = FieldGlobals; 1414 for (unsigned i = 0, e = FieldGlobals.size(); i != e; ++i) { 1415 Type *ValTy = cast<GlobalValue>(FieldGlobals[i])->getValueType(); 1417 new StoreInst(Null, FieldGlobals[i], SI); 1464 return cast<GlobalVariable>(FieldGlobals[0]);