Lines Matching defs:Tys
661 std::array<Type *, 2> Tys{
664 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, Tys);
732 Type *Tys[] = {fArgs[0], fArgs[1]};
735 StoreInts[fArgs.size() - 3], Tys);
738 F->getParent(), StoreLaneInts[fArgs.size() - 5], Tys);
855 Type *Tys[] = {F->getReturnType(), Args[1]};
857 Intrinsic::aarch64_sve_faddqv, Tys);
886 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()};
888 Intrinsic::vector_extract, Tys);
895 Type *Tys[] = {Args[0], Args[2], Args[1]};
897 Intrinsic::vector_insert, Tys);
905 Type *Tys[] = {F->getReturnType(), Args[1]};
907 Intrinsic::vector_insert, Tys);
1114 SmallVector<Type *, 2> Tys;
1118 Tys.push_back(FT->getReturnType());
1120 Tys.push_back(FT->getParamType(0));
1123 Tys.push_back(FT->getParamType(1));
1125 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, Tys);
1277 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() };
1280 Intrinsic::getName(Intrinsic::objectsize, Tys, F->getParent())) {
1283 Tys);
3974 std::vector<Type *> Tys;
3981 Tys = {CI->getType(), CI->getOperand(0)->getType(), V2I1Ty};
3986 Tys = {CI->getOperand(0)->getType(), CI->getOperand(0)->getType(),
3990 Tys = {CI->getType(), CI->getOperand(0)->getType(),
3994 Tys = {CI->getOperand(0)->getType(), CI->getOperand(1)->getType(),
4003 Tys = {CI->getOperand(1)->getType(), V2I1Ty};
4026 Function *Fn = Intrinsic::getDeclaration(F->getParent(), ID, Tys);