Home | History | Annotate | Download | only in Utils

Lines Matching refs:ShiftAmt

3513       Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");
3516 ShiftAmt = Builder.CreateMul(ShiftAmt,
3518 "switch.shiftamt");
3521 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,