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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4177   SDValue N0 = N->getOperand(0);
 4178   SDValue N1 = N->getOperand(1);
 4180   bool IsSigned = (ISD::SMULO == N->getOpcode());
 4182   EVT CarryVT = N->getValueType(1);
 4183   SDLoc DL(N);
 4188     return DAG.getNode(N->getOpcode(), DL, N->getVTList(), N1, N0);
 4188     return DAG.getNode(N->getOpcode(), DL, N->getVTList(), N1, N0);
 4192     return CombineTo(N, DAG.getConstant(0, DL, VT),
 4199                          N->getVTList(), N0, N0);