Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumValues

1008   unsigned NumValues = ValueVTs.size();
1009 if (NumValues == 0) return;
1012 for (unsigned j = 0, f = NumValues; j != f; ++j) {