Home | History | Annotate | Download | only in IPO

Lines Matching refs:NewV

871 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) {
876 LI->setOperand(0, NewV);
880 SI->setOperand(1, NewV);
888 CS.setCalledFunction(NewV);
894 CS.setArgument(i, NewV);
905 NewV, CI->getType()));
922 ConstantExpr::getGetElementPtr(NewV, Idxs));