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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1682 unsigned SubConcatEnd = 0; local
1684 while (SubConcatEnd < RealVals)
1685 SubConcatOps[SubConcatEnd++] = ConcatOps[++Idx];
1686 while (SubConcatEnd < OpsToConcat)
1687 SubConcatOps[SubConcatEnd++] = undefVec;

Completed in 49 milliseconds