Lines Matching defs:RetTy
348 Type *RetTy = Signature->getReturnType();
349 if (!RetTy->isVoidTy()) {
351 StructType *StructTy = dyn_cast<StructType>(RetTy);
355 for (Type *RetTy : getContainedTypes(RetTy)) {
356 std::optional<ElementCount> ReturnEC = getElementCountForTy(ISA, RetTy);
576 auto *RetTy = ScalarFTy->getReturnType();
577 if (!RetTy->isVoidTy())
578 RetTy = toVectorizedTy(RetTy, VF);
579 return FunctionType::get(RetTy, VecTypes, false);