Home | History | Annotate | Download | only in IPO

Lines Matching refs:NewV

706 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) {
711 LI->setOperand(0, NewV);
715 SI->setOperand(1, NewV);
723 CS.setCalledFunction(NewV);
729 CS.setArgument(i, NewV);
740 NewV, CI->getType()));
757 ConstantExpr::getGetElementPtr(NewV, Idxs));