Home | History | Annotate | Download | only in Utils

Lines Matching full:argty

1586   Type *ArgTy = Arg->getType();
1598 ? static_cast<Type *>(VectorType::get(ArgTy, 2))
1599 : static_cast<Type *>(StructType::get(ArgTy, ArgTy, nullptr));
1602 ResTy = StructType::get(ArgTy, ArgTy, nullptr);
1607 ResTy, ArgTy, nullptr);