Searched refs:NumConcat (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1559 unsigned NumConcat = WidenNumElts/InVTNumElts; local
1560 SmallVector<SDValue, 16> Ops(NumConcat);
1563 for (unsigned i = 1; i != NumConcat; ++i)
1566 &Ops[0], NumConcat);
1766 unsigned NumConcat = WidenVT.getVectorNumElements() / local
1769 SmallVector<SDValue, 16> Ops(NumConcat);
1772 for (unsigned i = NumOperands; i != NumConcat; ++i)
1774 return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT, &Ops[0], NumConcat);
1858 unsigned NumConcat = WidenNumElts/InVTNumElts; local
1859 SmallVector<SDValue, 16> Ops(NumConcat);
2401 unsigned NumConcat = WidenWidth / NewVTWidth; local
2690 unsigned NumConcat = WidenNumElts / InNumElts; local
[all...]
H A DSelectionDAGBuilder.cpp2918 unsigned NumConcat = MaskNumElts / SrcNumElts; local
2923 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal);
2924 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal);
2930 &MOps1[0], NumConcat);
2933 &MOps2[0], NumConcat);

Completed in 98 milliseconds