Lines Matching defs:ShiftAmt
3563 Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");3566 ShiftAmt = Builder.CreateMul(ShiftAmt,3568 "switch.shiftamt");3571 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,