Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:FTy

1186     FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1196 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1200 if (FTy->isVarArg()) {
1201 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1312 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1321 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1325 if (FTy->isVarArg()) {
1326 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();