Searched refs:SMIdx (Results 1 – 1 of 1) sorted by relevance
3115 unsigned SMIdx, SMLen; in performANDCombine() local3122 !isShiftedMask_64(CN->getZExtValue(), SMIdx, SMLen)) in performANDCombine()3139 if (SMIdx != 0 || lsb + SMLen > ValTy.getSizeInBits()) in performANDCombine()3154 if (SMIdx + SMLen > ValTy.getSizeInBits()) in performANDCombine()3157 if (SMIdx > 0) { in performANDCombine()3172 lsb = SMIdx; in performANDCombine()