Home | History | Annotate | Download | only in CodeGen

Lines Matching full:vmovl

2456       return Builder.CreateZExt(Ops[0], Ty, "vmovl");
2457 return Builder.CreateSExt(Ops[0], Ty, "vmovl");