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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 5093     SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) :
 5099     return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, Ops);
 5104         ISD::EXTRACT_SUBVECTOR, dl, NVT, InOp,
 5105         DAG.getConstant(0, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 5114         ISD::EXTRACT_VECTOR_ELT, dl, EltVT, InOp,
 5115         DAG.getConstant(Idx, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 5117   SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) :
 5121   return DAG.getBuildVector(NVT, dl, Ops);