Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FPT

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