Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Tys

2242     llvm::Type *Tys[2] = { FloatTy, Ty };
2245 Function *F = CGM.getIntrinsic(Int, Tys);
2254 llvm::Type *Tys[2] = { Ty, FloatTy };
2257 Function *F = CGM.getIntrinsic(Int, Tys);
2492 llvm::Type *Tys[2] = { Ty, NarrowTy };
2493 return EmitNeonCall(CGM.getIntrinsic(Int, Tys), Ops, "vpadal");
2506 llvm::Type *Tys[2] = { Ty, NarrowTy };
2507 return EmitNeonCall(CGM.getIntrinsic(Int, Tys), Ops, "vpaddl");