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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp262 Constant *SubInit = nullptr; local
264 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
265 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
281 Constant *SubInit = nullptr; local
286 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
292 SubInit = Constant::getNullValue(GEP->getResultElementType());
294 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp328 Constant *SubInit = 0; local
330 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
331 Changed |= CleanupConstantGlobalUsers(CE, SubInit);
346 Constant *SubInit = 0; local
351 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
353 Changed |= CleanupConstantGlobalUsers(GEP, SubInit);
/external/clang/lib/Sema/
H A DSemaInit.cpp383 MultiExprArg SubInit; local
407 SubInit = InitExpr;
414 InitializationSequence InitSeq(SemaRef, Entity, Kind, SubInit);
468 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
481 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
3801 Expr *SubInit[1] = {InitList->getInit(0)}; local
3803 IsStringInit(SubInit[0], DestAT, S.Context) == SIF_None) {
3810 Sequence.InitializeFrom(S, Entity, SubKind, SubInit,
3920 Expr *SubInit[1] = { InitList->getInit(0) }; local
3921 Sequence.InitializeFrom(S, Entity, SubKind, SubInit,
6022 Expr *SubInit = ILE->getInit(Index); local
[all...]

Completed in 408 milliseconds