Searched refs:SMSize (Results 1 – 1 of 1) sorted by relevance
777 unsigned SMPos, SMSize; in performANDCombine() local784 !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() local1128 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()1133 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()[all …]