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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  662   if (Opcode == ISD::UADDSAT || Opcode == ISD::USUBSAT) {
  662   if (Opcode == ISD::UADDSAT || Opcode == ISD::USUBSAT) {
  672   if (TLI.isOperationLegalOrCustom(Opcode, PromotedType)) {
  674     switch (Opcode) {
  697         DAG.getNode(Opcode, dl, PromotedType, Op1Promoted, Op2Promoted);
  700     if (Opcode == ISD::USUBSAT) {
  706     if (Opcode == ISD::UADDSAT) {
  714     unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB;