Lines Matching defs:SMSize
808 unsigned SMPos, SMSize;
815 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize))
831 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
849 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 ||
850 Pos + SMSize > ValTy.getSizeInBits())
854 // SMSize is 'location' (position) in this case, not size.
855 SMSize--;
875 DAG.getConstant(SMSize, DL, MVT::i32));
1178 unsigned SMPos, SMSize;
1196 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize))
1201 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits())
1205 // SMSize is 'location' (position) in this case, not size.
1206 SMSize--;
1210 DAG.getConstant(SMSize, DL, MVT::i32));