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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
  660       if (RHSC & 1) {
  661         RHSC = RHSC & ~1;
  661         RHSC = RHSC & ~1;
  663         if (RHSC < 0) {
  665           RHSC = - RHSC;
  665           RHSC = - RHSC;
  667         if (isPowerOf2_32(RHSC)) {
  668           unsigned ShAmt = Log2_32(RHSC);