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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1700 unsigned ConcatEnd = 0; // Current ConcatOps index. local
1714 ConcatOps[ConcatEnd++] = DAG.getNode(Opcode, dl, VT, EOp1, EOp2);
1731 ConcatOps[ConcatEnd++] = DAG.getNode(Opcode, dl, WidenEltVT,
1739 if (ConcatEnd == 1) {
1749 while (ConcatOps[ConcatEnd-1].getValueType() != MaxVT) {
1750 Idx = ConcatEnd - 1;
1765 unsigned NumToInsert = ConcatEnd - Idx - 1;
1772 ConcatEnd = Idx + 2;
1778 unsigned RealVals = ConcatEnd - Idx - 1;
1787 ConcatEnd
[all...]

Completed in 96 milliseconds