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

References

lib/Target/X86/X86ISelLowering.cpp
43700   if (!VT.isVector() || VT.getVectorNumElements() < 8)
43700   if (!VT.isVector() || VT.getVectorNumElements() < 8)
43727                                    VT.getVectorNumElements());
43729                                 VT.getVectorNumElements() / 2);
43745   SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Madd, Zero);
43751   return DAG.getNode(ISD::ADD, DL, VT, Concat, OtherOp, Flags);