Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NN1

1055     SDValue NN1;
1057 NN1 = NN0;
1059 NN1 = PromoteOperand(N1, PVT, Replace1);
1060 if (!NN1.getNode())
1065 if (NN1.getNode())
1066 AddToWorklist(NN1.getNode());
1071 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
1077 DAG.getNode(Opc, dl, PVT, NN0, NN1));