Lines Matching refs:SMSize
777 unsigned SMPos, SMSize; in performANDCombine() local
784 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
800 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
818 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()
819 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
824 SMSize--; in performANDCombine()
844 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()
1110 unsigned SMPos, SMSize; in performSHLCombine() local
1128 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1133 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()
1138 SMSize--; in performSHLCombine()
1142 DAG.getConstant(SMSize, DL, MVT::i32)); in performSHLCombine()