Home
last modified time | relevance | path

Searched refs:SubInit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp485 Constant *SubInit = 0; in CleanupConstantGlobalUsers() local
487 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE); in CleanupConstantGlobalUsers()
488 Changed |= CleanupConstantGlobalUsers(CE, SubInit, TD, TLI); in CleanupConstantGlobalUsers()
503 Constant *SubInit = 0; in CleanupConstantGlobalUsers() local
508 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE); in CleanupConstantGlobalUsers()
514 SubInit = Constant::getNullValue(GEP->getType()->getElementType()); in CleanupConstantGlobalUsers()
516 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, TD, TLI); in CleanupConstantGlobalUsers()