reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2945   if (ConcatEnd == 1) {
 2958   while (ConcatOps[ConcatEnd-1].getValueType() != MaxVT) {
 2959     int Idx = ConcatEnd - 1;
 2974       unsigned NumToInsert = ConcatEnd - Idx - 1;
 2981       ConcatEnd = Idx + 2;
 2987       unsigned RealVals = ConcatEnd - Idx - 1;
 2996       ConcatEnd = SubConcatIdx + 1;
 3001   if (ConcatEnd == 1) {
 3009   if (NumOps != ConcatEnd ) {
 3011     for (unsigned j = ConcatEnd; j < NumOps; ++j)