Home | History | Annotate | Download | only in IPO

Lines Matching refs:getFunctionType

226   assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
249 FunctionType *FTy = Fn.getFunctionType();
465 if (ArgNo >= F->getFunctionType()->getNumParams())
525 != F.getFunctionType()->getReturnType()) {
695 FunctionType *FTy = F->getFunctionType();
1048 if (F.getFunctionType()->isVarArg())