Searched refs:MaskedNegShAmt (Results 1 – 1 of 1) sorted by relevance
551 Value *MaskedNegShAmt = Builder.CreateAnd(NegShAmt, MaskC); in narrowRotate() local555 Value *NarrowShAmt0 = SubIsOnLHS ? MaskedNegShAmt : MaskedShAmt; in narrowRotate()556 Value *NarrowShAmt1 = SubIsOnLHS ? MaskedShAmt : MaskedNegShAmt; in narrowRotate()