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

References

lib/Target/X86/X86ISelLowering.cpp
27343     return DAG.getUNDEF(NVT);
27372     SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) :
27373       DAG.getUNDEF(EltVT);
27376     return DAG.getBuildVector(NVT, dl, Ops);
27378   SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) :
27379     DAG.getUNDEF(NVT);
27380   return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, NVT, FillVal,
27381                      InOp, DAG.getIntPtrConstant(0, dl));