Lines Matching defs:FTy
3362 if (auto *FTy = dyn_cast<FixedVectorType>(Vect->getType()))
3363 if (FTy->getElementType() == Builder.getInt1Ty()) {
3365 Vect, Builder.getIntNTy(FTy->getNumElements()));
3400 if (auto *FTy = dyn_cast<FixedVectorType>(Vect->getType()))
3401 if (FTy->getElementType() == Builder.getInt1Ty()) {
3403 Vect, Builder.getIntNTy(FTy->getNumElements()));
4349 FunctionType *FTy = Call.getFunctionType();
4413 // The trampoline may have been bitcast to a bogus type (FTy).
4414 // Handle this by synthesizing a new function type, equal to FTy
4418 NewTypes.reserve(FTy->getNumParams()+1);
4424 FunctionType::param_iterator I = FTy->param_begin(),
4425 E = FTy->param_end();
4446 FunctionType::get(FTy->getReturnType(), NewTypes, FTy->isVarArg());
4448 AttributeList::get(FTy->getContext(), Attrs.getFnAttrs(),
4483 Call.setCalledFunction(FTy, NestF);