Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateShl

1496     Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
2046 return Builder.CreateShl(Builder.CreateBitCast(Ops[0],Ty), Ops[1], "vshl_n");