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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2064       .setSExtResult(signExtend)
 2109       .setSExtResult(isSigned)
 2234       .setSExtResult(isSigned)
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3460       .setSExtResult();
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
 1031       .setSExtResult(isSigned)
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  166       .setSExtResult(signExtend)
lib/Target/ARM/ARMISelLowering.cpp
16009     .setInRegister().setSExtResult(isSigned).setZExtResult(!isSigned);
16051      .setSExtResult(isSigned).setZExtResult(!isSigned).setDebugLoc(SDLoc(N));
lib/Target/AVR/AVRISelLowering.cpp
  391       .setSExtResult(IsSigned)
lib/Target/X86/X86ISelLowering.cpp
25432       .setSExtResult(isSigned)