Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumOps

1591   unsigned NumOps = WidenVT.getVectorNumElements()/MaxVT.getVectorNumElements();
1592 if (NumOps != ConcatEnd ) {
1594 for (unsigned j = ConcatEnd; j < NumOps; ++j)
1597 return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT, &ConcatOps[0], NumOps);
2575 unsigned NumOps = WidenWidth / LdTy.getSizeInBits();
2576 SmallVector<SDValue, 16> WidenOps(NumOps);
2582 for (; i != NumOps; ++i)
2585 return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT, &WidenOps[0],NumOps);