Home | History | Annotate | Download | only in Writer

Lines Matching defs:FTy

1369     FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1379 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1383 if (FTy->isVarArg()) {
1384 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1505 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1515 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i) {
1517 if (FTy->getParamType(i)->isLabelTy())
1524 if (FTy->isVarArg()) {
1525 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();