Home | History | Annotate | Download | only in Writer

Lines Matching defs:FTy

1163     FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1173 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1177 if (FTy->isVarArg()) {
1178 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1289 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1298 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1302 if (FTy->isVarArg()) {
1303 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();