Home | History | Annotate | Download | only in CodeGen

Lines Matching full:intrin

5702     llvm::Function *Intrin = CGM.getIntrinsic(Int, Ty);
5703 return EmitNeonCall(Intrin, Ops, "vsri_n");
5708 llvm::Function *Intrin = CGM.getIntrinsic(Int, Ty);
5709 return EmitNeonCall(Intrin, Ops, "vsli_n");