Lines Matching defs:SMSize
806 unsigned SMPos, SMSize;
813 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize))
829 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
847 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 ||
848 Pos + SMSize > ValTy.getSizeInBits())
852 // SMSize is 'location' (position) in this case, not size.
853 SMSize--;
873 DAG.getConstant(SMSize, DL, MVT::i32));
1134 unsigned SMPos, SMSize;
1152 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize))
1157 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits())
1161 // SMSize is 'location' (position) in this case, not size.
1162 SMSize--;
1166 DAG.getConstant(SMSize, DL, MVT::i32));