Home | History | Annotate | Download | only in Utils

Lines Matching defs:ShiftAmt

3612       Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");
3615 ShiftAmt = Builder.CreateMul(ShiftAmt,
3617 "switch.shiftamt");
3620 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,