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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2946     VT = ConcatOps[0].getValueType();
 2947     if (VT == WidenVT)
 2960     VT = ConcatOps[Idx--].getValueType();
 2961     while (Idx >= 0 && ConcatOps[Idx].getValueType() == VT)
 2964     int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1;
 2964     int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1;
 2971     if (!VT.isVector()) {
 2984       SDValue undefVec = DAG.getUNDEF(VT);
 2985       unsigned OpsToConcat = NextSize/VT.getVectorNumElements();
 3002     VT = ConcatOps[0].getValueType();
 3003     if (VT == WidenVT)