Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FTP

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