Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateAShr

2653       return Builder.CreateAShr(Ops[0], Ops[1], "vshr_n");
2670 Ops[1] = Builder.CreateAShr(Ops[1], Ops[2], "vsra_n");