Searched refs:SMPos (Results 1 – 1 of 1) sorted by relevance
790 unsigned SMPos, SMSize; in performANDCombine() local797 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()813 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()831 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()849 if (SMPos) in performANDCombine()1118 unsigned SMPos, SMSize; in performSHLCombine() local1136 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()1141 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()