Searched refs:SMSize (Results 1 – 1 of 1) sorted by relevance
815 unsigned SMPos, SMSize; in performANDCombine() local822 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()838 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()856 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()857 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()862 SMSize--; in performANDCombine()882 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()1192 unsigned SMPos, SMSize; in performSHLCombine() local1210 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()1215 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()[all …]