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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1027   SDValue Op0 = SExtPromotedInteger(N->getOperand(0));
 1028   return DAG.getNode(ISD::ABS, SDLoc(N), Op0.getValueType(), Op0);