Searched refs:ShftCnt (Results 1 – 1 of 1) sorted by relevance
2196 const unsigned ShftCnt = ShAmt->getLimitedValue(Width); in simplifyAndInst() local2199 if (EffWidthY <= ShftCnt) { in simplifyAndInst()2203 const APInt EffBitsX = APInt::getLowBitsSet(Width, EffWidthX) << ShftCnt; in simplifyAndInst()