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

References

lib/Target/X86/X86ISelLowering.cpp
 8723   SDValue LO = DAG.getUNDEF(NewVT);
 8724   SDValue HI = DAG.getUNDEF(NewVT);
 8729       LO = DAG.getNode(X86Opcode, DL, NewVT, V0_LO, V0_HI);
 8731       HI = DAG.getNode(X86Opcode, DL, NewVT, V1_LO, V1_HI);
 8735       LO = DAG.getNode(X86Opcode, DL, NewVT, V0_LO, V1_LO);
 8738       HI = DAG.getNode(X86Opcode, DL, NewVT, V0_HI, V1_HI);