Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateLShr

1962     return Builder.CreateLShr(Vec, Shift, name);
2773 Ops[0] = Builder.CreateLShr(Ops[0], ShiftAmt, "vaddhn");
3055 Ops[0] = Builder.CreateLShr(Ops[0], Ops[1]);
3092 Ops[0] = Builder.CreateLShr(Ops[0], ShiftAmt, "vsubhn");
3467 Value *Arg1b = Builder.CreateLShr(Arg1, C1);
4657 return Builder.CreateLShr(Ops[0], ConstantInt::get(Int64Ty, ShiftAmt),
4675 Ops[1] = Builder.CreateLShr(Ops[1], ConstantInt::get(Int64Ty, ShiftAmt),