Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Tys

1672     llvm::Type *Tys[2] = { FloatTy, Ty };
1675 Function *F = CGM.getIntrinsic(Int, Tys);
1684 llvm::Type *Tys[2] = { Ty, FloatTy };
1687 Function *F = CGM.getIntrinsic(Int, Tys);
1898 llvm::Type *Tys[2] = { Ty, NarrowTy };
1899 return EmitNeonCall(CGM.getIntrinsic(Int, Tys), Ops, "vpadal");
1912 llvm::Type *Tys[2] = { Ty, NarrowTy };
1913 return EmitNeonCall(CGM.getIntrinsic(Int, Tys), Ops, "vpaddl");