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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9182   assert((Opcode == ISD::UADDO || Opcode == ISD::SADDO ||
 9182   assert((Opcode == ISD::UADDO || Opcode == ISD::SADDO ||
 9183           Opcode == ISD::USUBO || Opcode == ISD::SSUBO ||
 9183           Opcode == ISD::USUBO || Opcode == ISD::SSUBO ||
 9184           Opcode == ISD::UMULO || Opcode == ISD::SMULO) &&
 9184           Opcode == ISD::UMULO || Opcode == ISD::SMULO) &&
 9210     SDValue Res = getNode(Opcode, dl, VTs, LHSScalars[i], RHSScalars[i]);