Searched refs:SMIdx (Results 1 – 1 of 1) sorted by relevance
4390 unsigned SMIdx, SMLen; in performANDCombine() local4401 !isShiftedMask_64(CN->getZExtValue(), SMIdx, SMLen)) in performANDCombine()4418 if (SMIdx != 0 || lsb + SMLen > ValTy.getSizeInBits()) in performANDCombine()4433 if (SMIdx + SMLen > ValTy.getSizeInBits()) in performANDCombine()4436 if (SMIdx > 0) { in performANDCombine()4451 lsb = SMIdx; in performANDCombine()