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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2187     return isShiftedMask_32(Mask);
lib/Target/ARM/ARMISelDAGToDAG.cpp
 2726       isShiftedMask_32(And_imm)) {
lib/Target/ARM/ARMISelLowering.cpp
11979   if (LeftShift && isShiftedMask_32(C1)) {
11992   if (!LeftShift && isShiftedMask_32(C1)) {
16218   return isShiftedMask_32(~v);
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
   65   if (isShiftedMask_32(Val)) {
   73     if (isShiftedMask_32(Val)) {
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  185           (isShiftedMask_32(Imm.getZExtValue()) ||
  186            isShiftedMask_32(~Imm.getZExtValue())))