Lines Matching defs:FieldGlobals
1211 /// global. Eliminate all uses of Ptr, making them use FieldGlobals instead.
1244 std::vector<Value*> FieldGlobals;
1260 FieldGlobals.push_back(NGV);
1315 for (unsigned i = 0, e = FieldGlobals.size(); i != e; ++i) {
1316 Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock);
1328 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i],
1343 InsertedScalarizedValues[GV] = FieldGlobals;
1364 for (unsigned i = 0, e = FieldGlobals.size(); i != e; ++i) {
1365 Type *ValTy = cast<GlobalValue>(FieldGlobals[i])->getValueType();
1367 new StoreInst(Null, FieldGlobals[i], SI);
1414 return cast<GlobalVariable>(FieldGlobals[0]);