Home | History | Annotate | Download | only in IPO

Lines Matching refs:getFunctionType

187   assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
222 FunctionType *FTy = Fn.getFunctionType();
337 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg())
489 if (ArgNo >= F->getFunctionType()->getNumParams())
563 != F.getFunctionType()->getReturnType()) {
644 if (F.getFunctionType()->isVarArg()) {
742 FunctionType *FTy = F->getFunctionType();
1102 if (F.getFunctionType()->isVarArg())