Home | History | Annotate | Download | only in IPO

Lines Matching refs:SubInit

299         Constant *SubInit = nullptr;
301 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
302 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
318 Constant *SubInit = nullptr;
323 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
329 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
331 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);