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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 1281       RHSC = -RHSC;
 1281       RHSC = -RHSC;
 1283     if ((RHSC >= -255) && (RHSC < 0)) { // 8 bits (always negative)
 1283     if ((RHSC >= -255) && (RHSC < 0)) { // 8 bits (always negative)
 1290       OffImm = CurDAG->getTargetConstant(RHSC, SDLoc(N), MVT::i32);