Searched refs:NewCtors (Results 1 – 1 of 1) sorted by relevance
1237 std::vector<Constant *> NewCtors(N); in UpgradeGlobalVariable() local1240 NewCtors[i] = ConstantStruct::get( in UpgradeGlobalVariable()1244 Constant *NewInit = ConstantArray::get(ArrayType::get(EltTy, N), NewCtors); in UpgradeGlobalVariable()