reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4483 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy)); 4493 if (!FTy) { 4498 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy)); 4499 } else if (getPointerElementFlatType(FullTy) != FTy) 4502 if (Record.size() < FTy->getNumParams() + OpNum) 4507 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) { 4509 FTy->getParamType(i))); 4515 if (!FTy->isVarArg()) { 4530 I = InvokeInst::Create(FTy, Callee, NormalBB, UnwindBB, Ops,