Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NewVal

5084     APInt NewVal = CVal & Mask;
5085 if (NewVal != CVal)
5086 return DAG.getConstant(NewVal, V.getValueType());
7739 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD,
7742 NewVal, NewPtr,
7748 AddToWorkList(NewVal.getNode());