Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FPT

765   else if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(Ty)) {
766 for (unsigned i = 0, e = FPT->getNumArgs(); i != e; ++i)
767 EltTys.push_back(getOrCreateType(FPT->getArgType(i), Unit));