Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FTP

686   else if (const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(Ty)) {
687 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
688 EltTys.push_back(getOrCreateType(FTP->getArgType(i), Unit));