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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2968       NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize);
 2973       SDValue VecOp = DAG.getUNDEF(NextVT);
 2976         VecOp = DAG.getNode(
 2978             DAG.getConstant(i, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 2978             DAG.getConstant(i, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 2984       SDValue undefVec = DAG.getUNDEF(VT);
 2994       ConcatOps[SubConcatIdx] = DAG.getNode(ISD::CONCAT_VECTORS, dl,
 3010     SDValue UndefVal = DAG.getUNDEF(MaxVT);
 3014   return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT,