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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2385 /// EvaluateStoreInto - Evaluate a piece of a constantexpr store into a global
2388 static Constant *EvaluateStoreInto(Constant *Init, Constant *Val, function
2406 Elts[Idx] = EvaluateStoreInto(Elts[Idx], Val, Addr, OpNo+1);
2427 EvaluateStoreInto(Elts[CI->getZExtValue()], Val, Addr, OpNo+1);
2445 GV->setInitializer(EvaluateStoreInto(GV->getInitializer(), Val, CE, 2));

Completed in 195 milliseconds