Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateLShr

2305       return Builder.CreateLShr(Ops[0], Ops[1], "vshr_n");
2322 Ops[1] = Builder.CreateLShr(Ops[1], Ops[2], "vsra_n");