Home | History | Annotate | Download | only in IPO

Lines Matching refs:SubInit

491         Constant *SubInit = 0;
493 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
494 Changed |= CleanupConstantGlobalUsers(CE, SubInit, TD, TLI);
509 Constant *SubInit = 0;
514 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
520 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
522 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, TD, TLI);