Searched refs:NarrowShAmt (Results 1 – 1 of 1) sorted by relevance
545 Value *NarrowShAmt = Builder.CreateTrunc(ShAmt, DestTy); in narrowRotate() local546 Value *NegShAmt = Builder.CreateNeg(NarrowShAmt); in narrowRotate()550 Value *MaskedShAmt = Builder.CreateAnd(NarrowShAmt, MaskC); in narrowRotate()