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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1939       bool MEInLoHWord = ME >= 16;
 1942       if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) {
 1943         Mask = ((1LLU << (32 - MB)) - 1) & ~((1LLU << (31 - ME)) - 1);
 1949       } else if (MRI->use_empty(GPRRes) && (ME == 31) &&
 1950                  (ME - MB + 1 == SH) && (MB >= 16)) {