Home | History | Annotate | Download | only in Utils

Lines Matching defs:ShiftAmt

4298       Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast");
4301 ShiftAmt = Builder.CreateMul(ShiftAmt,
4303 "switch.shiftamt");
4306 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,