Searched refs:ResultAmt (Results 1 – 1 of 1) sorted by relevance
5277 APInt ResultAmt; in extractShiftForRotate() local5279 APInt::udivrem(ExtractFromAmt, ExtractDiv, ResultAmt, Rem); in extractShiftForRotate()5280 if (Rem != 0 || ResultAmt != OppLHSAmt) in extractShiftForRotate()