Home | History | Annotate | Download | only in IPO

Lines Matching refs:EvaluateStoreInto

2345 static Constant *EvaluateStoreInto(Constant *Init, Constant *Val,
2363 Elts[Idx] = EvaluateStoreInto(Elts[Idx], Val, Addr, OpNo+1);
2379 EvaluateStoreInto(Elts[CI->getZExtValue()], Val, Addr, OpNo+1);
2397 GV->setInitializer(EvaluateStoreInto(GV->getInitializer(), Val, CE, 2));
2403 /// and EvaluateStoreInto() but is optimized to be more efficient for the common