Lines Matching defs:SubInit
303 Constant *SubInit = nullptr;
305 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
306 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
322 Constant *SubInit = nullptr;
327 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
333 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
335 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);